13 lines
250 B
Bash
Executable file
13 lines
250 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 &
|
|
|
|
exec systemctl --user restart nextcloud-client
|
|
exec systemctl --user restart emacs
|
|
|