summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/hyprland/hypr/hyprland.conf4
-rwxr-xr-xconfig/hyprland/hypr/startup.sh5
2 files changed, 6 insertions, 3 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf
index 36f85a5..8aa437e 100644
--- a/config/hyprland/hypr/hyprland.conf
+++ b/config/hyprland/hypr/hyprland.conf
@@ -4,9 +4,7 @@ monitor=,preferred,auto,1
source = ./env.conf
-exec-once = gammastep & waybar
-exec-once = swaybg -i ~/pics/wallpaper
-exec-once = wl-paste --watch cliphist store
+exec-once = $HOME/.config/hypr/startup.sh
input {
kb_layout = us
diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh
new file mode 100755
index 0000000..ab0e48b
--- /dev/null
+++ b/config/hyprland/hypr/startup.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+swaybg -i ~/pics/wallpaper &
+waybar &
+gammastep &
+wl-paste --watch cliphist store &