Compare commits
No commits in common. "814080cc046d21a780e3f821a821fc04e271f285" and "86808b45733ea570e283d11e0726ab4ab6202715" have entirely different histories.
814080cc04
...
86808b4573
|
|
@ -51,9 +51,7 @@ echo
|
||||||
case $doit in
|
case $doit in
|
||||||
n|N) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww/ ~/.config/ ;;
|
n|N) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww/ ~/.config/ ;;
|
||||||
p|P) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-nobattery/ ~/.config/eww ;;
|
p|P) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-nobattery/ ~/.config/eww ;;
|
||||||
t|T) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-touch/ ~/.config/eww
|
t|T) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-touch/ ~/.config/eww ;;
|
||||||
yay -S evdev-right-click-emulation
|
|
||||||
sudo systemctl enable --now evdev-rce.service ;;
|
|
||||||
*) warn "No valid choice — skipping EWW copy. Run manually later." ;;
|
*) warn "No valid choice — skipping EWW copy. Run manually later." ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue