Compare commits

..

2 commits

3 changed files with 6 additions and 1 deletions

View file

@ -2,3 +2,5 @@ $lockBG = ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-19
$idleLockTime = 600 $idleLockTime = 600
$idleScreenTime = 605 $idleScreenTime = 605
$idleScreenTimeLocked = 10 $idleScreenTimeLocked = 10
$suspendTime = -1
$suspendCMD = systemctl suspend

View file

@ -190,6 +190,8 @@ exec-once = wl-paste --type text --watch cliphist store #Stores only text data
exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = wl-paste --type image --watch cliphist store #Stores only image data
exec-once = lxqt-policykit-agent 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' timeout $suspendTime '$suspendCMD' 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 &