dotfiles/scripts/plasma-startup.sh
2022-04-05 08:22:08 -05:00

11 lines
181 B
Bash
Executable file

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