dotfiles/scripts/plasma-startup.sh
Chris Cochrun f4d4db3ba6 idk!
2022-04-12 12:38:20 -05:00

12 lines
233 B
Bash
Executable file

#!/bin/sh
export MOZ_ENABLE_WAYLAND=1
exec ydotoold &
exec systemctl enable --user --now libinput-gestures &
exec emacs --daemon &
exec greenclip daemon &
xcape -e 'Super_L=Super_L|Control_L|Escape' &
xcape -e 'Alt_L=Super_L|W' &