diff options
Diffstat (limited to 'config/wayland/hypr/startup.sh')
-rwxr-xr-x | config/wayland/hypr/startup.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/wayland/hypr/startup.sh b/config/wayland/hypr/startup.sh new file mode 100755 index 0000000..4b65908 --- /dev/null +++ b/config/wayland/hypr/startup.sh @@ -0,0 +1,9 @@ +#!/bin/sh +swaybg -i ~/pics/wallpaper & +waybar & +gammastep & +wl-paste --watch cliphist store & +keyadd id_rsa & +swayidle 300 locker & +mako & +$TERMINAL -e tmux a || $TERMINAL tmux & |