Compare commits

..

No commits in common. "814080cc046d21a780e3f821a821fc04e271f285" and "86808b45733ea570e283d11e0726ab4ab6202715" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -51,9 +51,7 @@ echo
case $doit in
n|N) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww/ ~/.config/ ;;
p|P) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-nobattery/ ~/.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 ;;
t|T) cp -rf ~/Dotfiles/desktopenvs/hyprlua/eww-touch/ ~/.config/eww ;;
*) warn "No valid choice — skipping EWW copy. Run manually later." ;;
esac