Support i3-gaps
Re-enabling support for i3-gaps after successfully installing it from source.
This commit is contained in:
parent
119ea8b6ad
commit
0faa588ae1
1 changed files with 9 additions and 4 deletions
|
@ -22,10 +22,15 @@ font pango:monospace 8
|
|||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# gaps
|
||||
# gaps inner 20
|
||||
# gaps outer 0
|
||||
# smart_gaps on
|
||||
# i3-gaps (depends on i3-gaps installation)
|
||||
gaps inner 20
|
||||
gaps outer 0
|
||||
smart_gaps on
|
||||
|
||||
bindsym $mod+Ctrl+plus gaps outer current plus 5
|
||||
bindsym $mod+Ctrl+minus gaps outer current minus 5
|
||||
bindsym $mod+Shift+plus gaps inner current plus 5
|
||||
bindsym $mod+Shift+minus gaps inner current minus 5
|
||||
|
||||
# KBD Principles:
|
||||
# $mod+Ctrl+<app_char> = starting an application
|
||||
|
|
Loading…
Reference in a new issue