summaryrefslogtreecommitdiff
path: root/config/hyprland/hypr
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-01 10:40:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-07-01 10:40:01 +0200
commite7ebdcd1ed66f9833906fbf154607cdbd46fdae2 (patch)
treed857f3a5a219a038a77113d8d412c824b225e56d /config/hyprland/hypr
parente0fab4836639db0c9b4719551aa24cc26850b358 (diff)
parentb3e19b6a7c1ab3ea8fefc60352ace64a560b46cd (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/hyprland/hypr')
-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 &