From 1bce052ced4c7076767d6c31cec2e07ceb84f82c Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 00:22:21 +0000 Subject: Reduce border size & set fullscreen key binding --- config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config b/config index 14f72d8..5b0dce6 100644 --- a/config +++ b/config @@ -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 -- cgit