Actually use i3gaps
This commit is contained in:
parent
1306026665
commit
80273ea60a
1 changed files with 8 additions and 2 deletions
|
@ -3,10 +3,10 @@ set $mod Mod4
|
||||||
font pango:monospace 8
|
font pango:monospace 8
|
||||||
|
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
smart_gaps on
|
|
||||||
|
|
||||||
# Window Config
|
# Window Config
|
||||||
for_window [class="^.*"] gaps inner all set 0
|
for_window [class=".*"] border pixel 2
|
||||||
|
|
||||||
|
|
||||||
# i3 shortcuts
|
# i3 shortcuts
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
|
@ -64,6 +64,12 @@ bindsym $mod+e layout toggle split
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
|
# Gaps
|
||||||
|
bindsym $mod+i gaps inner all plus 5
|
||||||
|
bindsym $mod+Shift+i gaps inner all minus 5
|
||||||
|
bindsym $mod+o gaps outer all plus 5
|
||||||
|
bindsym $mod+Shift+o gaps outer all minus 5
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
bindsym $mod+1 workspace 1
|
bindsym $mod+1 workspace 1
|
||||||
bindsym $mod+2 workspace 2
|
bindsym $mod+2 workspace 2
|
||||||
|
|
Loading…
Reference in a new issue