diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:38:49 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:39:35 +0100 |
commit | 0a02cb3a9609cd2a7cf28fd87ee2ce34a5dcb482 (patch) | |
tree | 106c2e22a58704c4c650c4047ea338ab21bbb55f /i3.conf | |
parent | 2123ec6a28f1e6debbce960fe86826bc7d42c1fd (diff) | |
download | dotfiles-0a02cb3a9609cd2a7cf28fd87ee2ce34a5dcb482.tar.gz dotfiles-0a02cb3a9609cd2a7cf28fd87ee2ce34a5dcb482.tar.bz2 dotfiles-0a02cb3a9609cd2a7cf28fd87ee2ce34a5dcb482.zip |
+scratchpad binds for use in i3
Diffstat (limited to 'i3.conf')
-rw-r--r-- | i3.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ exec --no-startup-id nm-applet focus_follows_mouse no for_window [class="^.*"] border pixel 5 +# Scratchpad +bindsym $mod+Shift+minus move scratchpad +bindsym $mod+minus scratchpad show + # Gaps and border gaps outer 0 gaps inner 10 |