Change keybinds for i3 scratchpad

This commit is contained in:
David Todd
2020-09-28 14:47:25 -05:00
parent e16898e703
commit 7c2d40c5f8
2 changed files with 9 additions and 8 deletions

View File

@@ -19,11 +19,11 @@ bindsym $mod+Shift+s sticky toggle
bindsym $mod+a focus parent
# move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad
bindsym $mod+F11 move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
bindsym $mod+F12 scratchpad show
# split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally'