Add resize options for sway
This commit is contained in:
parent
832418088b
commit
f26ed2595b
1 changed files with 8 additions and 2 deletions
|
@ -112,12 +112,18 @@ bindsym $mod+f fullscreen
|
||||||
# Switch between tiling and floating for current container
|
# Switch between tiling and floating for current container
|
||||||
bindsym $mod+Shift+d floating toggle
|
bindsym $mod+Shift+d floating toggle
|
||||||
|
|
||||||
|
# Resize window
|
||||||
|
bindsym $mod+Alt+h resize shrink width 10
|
||||||
|
bindsym $mod+Alt+l resize grow width 10
|
||||||
|
bindsym $mod+Alt+j resize shrink height 10
|
||||||
|
bindsym $mod+Alt+k resize grow height 10
|
||||||
|
|
||||||
# Switch between tiling area and floating area
|
# Switch between tiling area and floating area
|
||||||
bindsym $mod+d focus mode_toggle
|
bindsym $mod+d focus mode_toggle
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bindsym print exec ~/.config/sway/screen.sh -s
|
bindsym Shift+p exec ~/.config/sway/screen.sh -s
|
||||||
bindsym Shift+print exec ~/.config/sway/screen.sh
|
bindsym Shift+Alt+p exec ~/.config/sway/screen.sh
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioMute exec pamixer -t
|
bindsym XF86AudioMute exec pamixer -t
|
||||||
|
|
Loading…
Add table
Reference in a new issue