Added import-gsettings to startup for Sway and Hyprland
This commit is contained in:
parent
6ed523d55b
commit
02affacfca
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue