From ec52c52584c9bccc2a73c29d74cf6c229b9f1cee Mon Sep 17 00:00:00 2001 From: Melissa Dumont Date: Mon, 25 Nov 2024 17:01:12 -0500 Subject: [PATCH] i3 --- .config/i3/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 844fb08..e61a37c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -15,6 +15,13 @@ set $mod Mod4 # is used in the bar {} block below. font pango:monospace 8 +# borders +default_border pixel 1 +hide_edge_borders smart_no_gaps +gaps inner 10px +gaps outer 0px +smart_gaps on + # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono 8 @@ -56,11 +63,6 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) bindsym $mod+d exec --no-startup-id "rofi -modi drun,run -show drun" -# A more modern dmenu replacement is rofi: -# bindcode $mod+40 exec "rofi -modi drun,run -show drun" -# There also is i3-dmenu-desktop which only displays applications shipping a -# .desktop file. It is a wrapper around dmenu, so you need that installed. -# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # change focus bindsym $mod+j focus left