From 6509074f4266839a6df960669bd19e86fe22ce10 Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Fri, 18 Nov 2022 11:24:49 +0100 Subject: [PATCH] added gaps --- i3/config | 10 ++++++---- pkglist.txt | 1 + 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/i3/config b/i3/config index 89290b8..87a49c9 100644 --- a/i3/config +++ b/i3/config @@ -1,5 +1,5 @@ # Plasma compatibility improvements -for_window [title="Desktop - Plasma"] kill, floating enable, border none +for_window [title="Desktop — Plasma"] kill, floating enable, border none for_window [window_role="pop-up"] floating enable for_window [window_role="task_dialog"] floating enable @@ -16,17 +16,19 @@ for_window [class="Plasmoidviewer"] floating enable; border none # for_window [class="(?i)*nextcloud*"] floating disable for_window [class="plasmashell" window_type="notification"] border none, move position 70 ppt 81 ppt no_focus [class="plasmashell" window_type="notification"] +gaps inner 10 +gaps outer 5 + # picom as compositor exec_always --no-startup-id picom -cb # dunst as notification daemon # also fixes slack freeze problem on messages exec_always --no-startup-id dunst # fix scaling -exec "xrandr --dpi 144" +exec "xrandr --dpi 96" # ibus for easy unicode input support exec_always --no-startup-id "ibus-daemon -drx --panel /usr/lib/ibus/ibus-ui-gtk3" - -# exec --no-startup-id nm-applet +exec --no-startup-id nm-applet # nitrogen handles the desktop background exec --no-startup-id "nitrogen --restore" diff --git a/pkglist.txt b/pkglist.txt index a4a4d23..05b8711 100644 --- a/pkglist.txt +++ b/pkglist.txt @@ -7,3 +7,4 @@ dunst sxhkd dex ranger +network-manager-applet