dotfiles/scripts/plasma-startup.sh
Chris Cochrun fb4804311c lots
2022-04-11 17:33:12 -05:00

12 lines
205 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' &