From 81ff04ff3eff7a2161097cc233fc91a4c6abe58e Mon Sep 17 00:00:00 2001 From: quak Date: Mon, 16 Feb 2026 20:18:50 +0100 Subject: [PATCH] (i3) adjusted gaps; (polybar) disabled scroll on workspaces --- i3/.config/i3/config | 3 ++- polybar/.config/polybar/config.ini | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index ad3c0f5..1e4c4c7 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -201,7 +201,8 @@ default_floating_border pixel 0 for_window [class=".*"] border pixel 1 # gaps between windows and screen border -gaps inner 12 px +gaps inner 4 px +gaps outer 2 px # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index d6ae659..43052ac 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -86,6 +86,8 @@ tray-spacing = 16pt [module/xworkspaces] type = internal/xworkspaces +enable-scroll = false + label-active = %name% label-active-background = ${colors.background-alt} label-active-underline= ${colors.primary}