Added import-gsettings to startup for Sway and Hyprland

This commit is contained in:
Logan G 2023-10-04 22:37:08 -06:00
parent 6ed523d55b
commit 02affacfca
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 3 additions and 0 deletions

View file

@ -192,4 +192,6 @@ exec-once = lxqt-policykit-agent
exec-once = hyprpaper exec-once = hyprpaper
exec-once = swayidle -w timeout $idleLockTime '$lockCMD' timeout $idleScreenTime 'hyprctl dispatch dpms off' timeout $idleScreenTimeLocked 'pgrep -x swaylock && hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lockCMD' before-sleep 'playerctl -a pause' exec-once = swayidle -w timeout $idleLockTime '$lockCMD' timeout $idleScreenTime 'hyprctl dispatch dpms off' timeout $idleScreenTimeLocked 'pgrep -x swaylock && hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$lockCMD' before-sleep 'playerctl -a pause'
exec = import-gsettings
source = ~/.config/hypr/conf.d/override.conf source = ~/.config/hypr/conf.d/override.conf

View file

@ -247,6 +247,7 @@ exec_always $HOME/.config/waybar/launch.sh 2>&1
#exec_always ~/.config/i3/customalways.sh 2>&1 #exec_always ~/.config/i3/customalways.sh 2>&1
exec_always ~/.config/sway/import-gsettings exec_always ~/.config/sway/import-gsettings
exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &' exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &'
exec_always import-gsettings
#exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 & #exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
#exec picom -b 2>&1 & #exec picom -b 2>&1 &