diff options
Diffstat (limited to '.config/sway/config')
-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 |