12 lines
233 B
Bash
Executable file
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' &
|