diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:09:06 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:09:06 +0200 |
commit | e252166331f4186c4a6c3861a6a0615533c52eef (patch) | |
tree | 0cf96456185bdf33a6f9b156583890226bbbadaa /i3 | |
parent | dd6f63b226dc898bff2b66b31fe4aabd9291c4d5 (diff) | |
download | dotfiles-e252166331f4186c4a6c3861a6a0615533c52eef.tar.xz |
i3: Add scratchpad shortcuts
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -157,6 +157,12 @@ bindsym $mod+b border normal bindsym $mod+p border 1pixel bindsym $mod+n border none +# Make the currently focused window a scratchpad +bindsym $mod+Shift+minus move scratchpad + +# Show the first scratchpad window +bindsym $mod+minus scratchpad show + for_window [class="Gifview"] floating enable exec --no-startup-id dex -s $HOME/.config/autostart -a -e i3 |