From 0d7db133646051b967eb322c67581786bf8e5ac0 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 16 Aug 2022 06:22:07 -0500 Subject: [PATCH] changing plasma startup a bit --- scripts/plasma-startup.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/scripts/plasma-startup.sh b/scripts/plasma-startup.sh index 469c91d..fc53ac9 100755 --- a/scripts/plasma-startup.sh +++ b/scripts/plasma-startup.sh @@ -2,10 +2,11 @@ export MOZ_ENABLE_WAYLAND=1 -exec ydotoold & -exec systemctl enable --user --now libinput-gestures & -exec emacs --daemon & -exec greenclip daemon & +# exec ydotoold & +# exec systemctl enable --user --now libinput-gestures & +# exec emacs --daemon & +# exec greenclip daemon & + +exec systemctl --user restart nextcloud-client +exec systemctl --user restart emacs -xcape -e 'Super_L=Super_L|Control_L|Escape' & -xcape -e 'Alt_L=Super_L|W' &