diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 00:22:21 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 00:22:21 +0000 |
| commit | 1bce052ced4c7076767d6c31cec2e07ceb84f82c (patch) | |
| tree | 335d7895390a3b83d6a7270855da9aae225162b1 | |
| parent | 44ab0147720f2a5803b7ba360c3fb8eb26ae289f (diff) | |
Reduce border size & set fullscreen key binding
| -rw-r--r-- | config | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -117,7 +117,7 @@ gaps vertical 60 # Borders smart_borders off -default_border pixel 4 +default_border pixel 2 client.focused $focuscol $focuscol #000000 $focuscol client.unfocused $inactcol $inactcol #000000 $inactcol client.focused_inactive $inactcol $inactcol #000000 $inactcol @@ -151,9 +151,7 @@ bindsym $mod+equal layout toggle stacking split bindsym $mod+t layout toggle tabbed split bindsym $mod+s layout toggle split bindsym $mod+f fullscreen -bindsym $mod+m \ - gaps inner current toggle $igap, \ - gaps outer current toggle $ogap +bindsym $mod+m fullscreen bindsym $mod+Tab floating toggle bindsym $mod+Control+Tab focus mode_toggle |
