Add scratchpad shortcuts
This commit is contained in:
parent
9a3891a088
commit
3b1049de50
1 changed files with 3 additions and 0 deletions
|
@ -72,6 +72,9 @@ bindsym $mod+{{ i }} workspace {{ i }}
|
||||||
bindsym $mod+Shift+{{ i }} move container to workspace {{ i }}
|
bindsym $mod+Shift+{{ i }} move container to workspace {{ i }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
bindsym $mod+Shift+minus move scratchpad
|
||||||
|
bindsym $mod+minus scratchpad show
|
||||||
|
|
||||||
# Resize
|
# Resize
|
||||||
set $resize_increment 5
|
set $resize_increment 5
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
Loading…
Reference in a new issue