Compare commits
2 commits
6ed523d55b
...
580448a3d3
Author | SHA1 | Date | |
---|---|---|---|
580448a3d3 | |||
02affacfca |
3 changed files with 6 additions and 1 deletions
|
@ -2,3 +2,5 @@ $lockBG = ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-19
|
|||
$idleLockTime = 600
|
||||
$idleScreenTime = 605
|
||||
$idleScreenTimeLocked = 10
|
||||
$suspendTime = -1
|
||||
$suspendCMD = systemctl suspend
|
||||
|
|
|
@ -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 = 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-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
|
||||
|
|
|
@ -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