From 21f3daf9fa7bf513d7814ec25586801ef902db04 Mon Sep 17 00:00:00 2001 From: piotr Date: Thu, 5 Oct 2023 01:42:43 +0200 Subject: [PATCH] `nwg-shell-config -s` -> initial autostart --- nwg_shell/skel/config/hypr/includes.conf | 1 + nwg_shell/skel/config/sway/autostart | 1 + 2 files changed, 2 insertions(+) diff --git a/nwg_shell/skel/config/hypr/includes.conf b/nwg_shell/skel/config/hypr/includes.conf index 0ac84fd..1ca6a67 100644 --- a/nwg_shell/skel/config/hypr/includes.conf +++ b/nwg_shell/skel/config/hypr/includes.conf @@ -9,6 +9,7 @@ $launcher = nwg-drawer $exit = nwg-bar -t hyprland.json -p center -a middle -i 48 -s hyprland-0.css # AUTOSTART +exec-once = nwg-shell-config -s exec-once = rm /tmp/nwg-shell-check-update.lock exec-once = wlsunset -t 4500 -T 6500 -l 52.2322 -L 20.9841 -g 1.1 exec-once = swaync -c ~/.config/swaync/hyprland.json -s ~/.config/swaync/hyprland-0.css diff --git a/nwg_shell/skel/config/sway/autostart b/nwg_shell/skel/config/sway/autostart index f4f5905..90b0127 100644 --- a/nwg_shell/skel/config/sway/autostart +++ b/nwg_shell/skel/config/sway/autostart @@ -1,3 +1,4 @@ +exec nwg-shell-config -s exec swaync -s ~/.config/swaync/preset-0.css exec nm-applet --indicator exec swayidle -w timeout 1200 nwg-lock timeout 1800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep nwg-lock