diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-20 16:38:38 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-20 16:38:38 +0000 |
commit | e48278e651fe85a02ad6e9ce5fd02b64cd477997 (patch) | |
tree | 14a38cda2861b3b5168c0549ddfd9796b54120b3 /sway/config-desktop | |
parent | 1f07026d1cfb675db82c5b63dfb189b13ff8c941 (diff) |
Configs sway a little bit - better swaylock and copyq
Diffstat (limited to '')
-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 |