(i3) adjusted gaps; (polybar) disabled scroll on workspaces
This commit is contained in:
@@ -201,7 +201,8 @@ default_floating_border pixel 0
|
|||||||
for_window [class=".*"] border pixel 1
|
for_window [class=".*"] border pixel 1
|
||||||
|
|
||||||
# gaps between windows and screen border
|
# 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
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
|
|||||||
@@ -86,6 +86,8 @@ tray-spacing = 16pt
|
|||||||
[module/xworkspaces]
|
[module/xworkspaces]
|
||||||
type = internal/xworkspaces
|
type = internal/xworkspaces
|
||||||
|
|
||||||
|
enable-scroll = false
|
||||||
|
|
||||||
label-active = %name%
|
label-active = %name%
|
||||||
label-active-background = ${colors.background-alt}
|
label-active-background = ${colors.background-alt}
|
||||||
label-active-underline= ${colors.primary}
|
label-active-underline= ${colors.primary}
|
||||||
|
|||||||
Reference in New Issue
Block a user