diff options
author | Thanos Apollo <[email protected]> | 2024-05-17 03:14:26 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-17 03:14:26 +0300 |
commit | 98f35db170a2454c0f40125012cec2fef886011d (patch) | |
tree | e2b9e9545de5f0af93ad902091fa0a5da9956917 /.config/sway/config | |
parent | 287ca863153bd94e121b2506d29012a51a3503f0 (diff) |
Add swaylock
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index d8a1b33..5e4cbb6 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -3,14 +3,14 @@ set $mod Mod4 #exec sudo /home/thanos/.local/bin/tailscaled exec waybar -bindsym $mod+z exec waybar -bindsym $mod+o exec killall -SIGUSR1 waybar + +bindsym $mod+z exec swaylock # Workspace switch bindsym $mod+period workspace back_and_forth -bindsym $mod+comma grimshot save area -bindsym $mod+m grimshot save screen +bindsym $mod+comma exec grimshot save area +bindsym $mod+Shift+comma exec grimshot save screen ## Setup monitors & wallpapers output DP-2 pos 0 0 res 2560x1440 bg ~/wallpapers/colors-fantasy.jpg stretch |