From bb60e3bb77810fc989a50d4a3eef27272e6ffd12 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 7 Jun 2023 12:26:26 +0200 Subject: use startup script --- config/hyprland/hypr/hyprland.conf | 4 +--- config/hyprland/hypr/startup.sh | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100755 config/hyprland/hypr/startup.sh 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 & -- cgit v1.2.3