diff options
-rw-r--r-- | sway/config-desktop | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/config-desktop b/sway/config-desktop index e62ef7d..7b59e5b 100644 --- a/sway/config-desktop +++ b/sway/config-desktop @@ -49,8 +49,8 @@ output DP-1 resolution 900x1600 position 1920 0 transform 90 # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ # before-sleep 'swaylock -f -c 000000' exec swayidle -w \ - timeout 600 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' \ - timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ + timeout 1600 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' \ + timeout 1600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ before-sleep 'swaylock -f -i /home/lemon/Pictures/stable_diffusion/test_influencer/altar32.png' # # This will lock your screen after 300 seconds of inactivity, then turn off @@ -235,7 +235,7 @@ mode "resize" { bindsym $mod+r mode "resize" # copyq -bindsym $mod+Shift+v exec copyq toggle +bindsym $mod+Control+v exec copyq toggle # Assignments assign [app_id="Firefox-esr"] 2 |