Compare commits

..

No commits in common. "580448a3d389aba1722cb3c82ac5f098a8e127dd" and "6ed523d55bd4a22e481e7e8a0921517aeb67d350" have entirely different histories.

3 changed files with 1 additions and 6 deletions

View file

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

View file

@ -190,8 +190,6 @@ 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' timeout $suspendTime '$suspendCMD' resume 'hyprctl dispatch dpms on' before-sleep '$lockCMD' before-sleep 'playerctl -a pause'
exec = import-gsettings
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'
source = ~/.config/hypr/conf.d/override.conf

View file

@ -247,7 +247,6 @@ 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 &