changing plasma startup a bit

This commit is contained in:
Chris Cochrun 2022-08-16 06:22:07 -05:00
parent 42732a74fa
commit 0d7db13364

View file

@ -2,10 +2,11 @@
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
exec ydotoold & # exec ydotoold &
exec systemctl enable --user --now libinput-gestures & # exec systemctl enable --user --now libinput-gestures &
exec emacs --daemon & # exec emacs --daemon &
exec greenclip 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' &