tracking down outputs

This commit is contained in:
spinach 2024-02-27 14:49:56 -05:00
parent 52a14f41b5
commit d7810071cd
4 changed files with 2 additions and 4 deletions

View File

@ -33,7 +33,7 @@ bindsym $mod+Return exec st
# setup idling # setup idling
exec swayidle -w \ exec swayidle -w \
timeout 600 'swaylock -f --screenshots --effect-blur 10x3 --clock' \ timeout 600 'swaylock -f --screenshots --effect-blur 10x3 --clock --indicator' \
timeout 900 'swaymsg "output * dpms off"' \ timeout 900 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \ resume 'swaymsg "output * dpms on"' \
timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \ timeout 10 'if pgrep -x swaylock; then swaymsg "output * dpms off"; fi' \
@ -41,7 +41,7 @@ exec swayidle -w \
# lock 'swaylock -f --screenshots --effect-blur 10x3 --clock' # lock 'swaylock -f --screenshots --effect-blur 10x3 --clock'
# lock the screen # lock the screen
bindsym $mod+q exec "swaylock -f --screenshots --effect-blur 10x3 --clock" bindsym $mod+q exec "swaylock -f --screenshots --effect-blur 10x3 --clock --indicator --timestr"
# bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle # bindsym $mod+q exec sleep 1 && killall -SIGUSR1 swayidle
# kill focused window # kill focused window

View File

@ -1 +0,0 @@
/home/spinach/.dotfiles/gui/waybar/desktop

View File

@ -1 +0,0 @@
/home/spinach/.dotfiles/gui/waybar/desktop-style.css

Binary file not shown.