diff options
author | Thanos Apollo <[email protected]> | 2024-05-13 08:06:03 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-13 08:06:03 +0300 |
commit | fb87dd1aa75d413a86f3dd2db457c3291e425bb5 (patch) | |
tree | 9aeb42e9ba403364e7e292700bf72dd0c0d10986 /.config/sway | |
parent | fce9239ff77339998a2407ed0574b7f124417c04 (diff) |
sway: Add screenshot keys
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index 8eaa6d6..94e82d6 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -9,8 +9,9 @@ bindsym $mod+o exec killall -SIGUSR1 waybar # Workspace switch bindsym $mod+period workspace back_and_forth -bindsym $mod+slash workspace next -bindsym $mod+comma workspace prev +bindsym $mod+comma grimshot save area +bindsym $mod+m grimshot save screen + ## Setup monitors & wallpapers output DP-2 pos 0 0 res 2560x1440 bg ~/wallpapers/colors-fantasy.jpg stretch output HDMI-A-1 pos 2560 0 res 2560x1440 bg ~/wallpapers/colors-fantasy.jpg fill transform 270 |