diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 6d80b11..62830c8 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -71,6 +71,10 @@ default_border pixel # Start screen locker bindsym $mod+Ctrl+l exec lock + # screenshot + bindsym $mod+s exec screenshot + bindsym $mod+Shift+s exec screenshot -save + # Drag floating windows by holding down $mod and left mouse button. floating_modifier $mod normal |
