Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias authored Sep 28, 2023
1 parent e1cfa2d commit 9c37ac2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions common/config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -226,15 +226,14 @@ for_window [class="^.*"] border pixel 0, title_format "<b alpha='1'> %class >> %

# Smart borders (draw borders around container only if it is not the only container on this workspace)
# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
smart_borders on
smart_borders no_gaps

# gaps
gaps inner 12
gaps outer 62
# gaps left 10
# gaps right 10


new_window normal
new_float normal

Expand All @@ -247,9 +246,6 @@ bindsym $Mod+n border normal
bindsym $Mod+y border 1pixel
bindsym $Mod+u border none

# Smart gaps (gaps used if only more than one container on the workspace)
smart_gaps on

# Press $mod+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces.
set $mode_gaps Gaps: (o) outer, (i) inner
set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
Expand Down

0 comments on commit 9c37ac2

Please sign in to comment.