diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index a4467dc..cce653b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -192,4 +192,6 @@ exec-once = lxqt-policykit-agent 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 = import-gsettings + source = ~/.config/hypr/conf.d/override.conf diff --git a/.config/sway/config b/.config/sway/config index ba35244..cebe4e2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -247,6 +247,7 @@ exec_always $HOME/.config/waybar/launch.sh 2>&1 #exec_always ~/.config/i3/customalways.sh 2>&1 exec_always ~/.config/sway/import-gsettings 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 picom -b 2>&1 &