diff --git a/nwg_shell/skel/config/hypr/includes.conf b/nwg_shell/skel/config/hypr/includes.conf index 69a622d..3728fd0 100644 --- a/nwg_shell/skel/config/hypr/includes.conf +++ b/nwg_shell/skel/config/hypr/includes.conf @@ -9,7 +9,6 @@ $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 @@ -19,7 +18,7 @@ exec = nwg-drawer -r -c 6 -is 64 -fscol 2 -s hyprland-0.css -term foot -ft exec = nwg-panel -c hyprland-0 -s hyprland-0.css exec = nwg-shell-check-updates exec = nwg-update-indicator -exec-once = nwg-shell-config +exec = nwg-shell-config -s # GENERAL SETTINGS general { diff --git a/nwg_shell/skel/config/sway/autostart b/nwg_shell/skel/config/sway/autostart index 3da3f26..24bbbaf 100644 --- a/nwg_shell/skel/config/sway/autostart +++ b/nwg_shell/skel/config/sway/autostart @@ -1,4 +1,3 @@ -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 @@ -8,5 +7,5 @@ exec_always nwg-panel -c preset-0 -s preset-0.css exec_always nwg-shell-check-updates exec nwg-look -a exec nwg-update-indicator -exec nwg-shell-config +exec_always nwg-shell-config -s diff --git a/nwg_shell/skel/data/nwg-shell-config/settings b/nwg_shell/skel/data/nwg-shell-config/settings index e143014..e65288e 100644 --- a/nwg_shell/skel/data/nwg-shell-config/settings +++ b/nwg_shell/skel/data/nwg-shell-config/settings @@ -17,7 +17,7 @@ "browser": "", "panel-preset": "preset-0", "panel-custom": "", - "show-on-startup": true, + "show-on-startup": false, "keyboard-use-settings": true, "keyboard-identifier": "", "keyboard-xkb-layout": "us", diff --git a/nwg_shell/skel/data/nwg-shell-config/settings-hyprland b/nwg_shell/skel/data/nwg-shell-config/settings-hyprland index 2c7f867..8a5a050 100644 --- a/nwg_shell/skel/data/nwg-shell-config/settings-hyprland +++ b/nwg_shell/skel/data/nwg-shell-config/settings-hyprland @@ -12,7 +12,7 @@ "browser": "", "panel-preset": "hyprland-0", "panel-custom": "", - "show-on-startup": true, + "show-on-startup": false, "gen-use-settings": true, "gen-border_size": 1, "gen-no_border_on_floating": false,