feat: disable picom, change polybar dpi

This commit is contained in:
ineanto 2025-05-12 10:09:16 +02:00
parent 00875f02b3
commit 8cd08998c1
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
2 changed files with 7 additions and 7 deletions

View file

@ -27,8 +27,8 @@ exec --no-startup-id gnome-keyring-daemon
# Enable Num. Lock
exec --no-startup-id numlockx on
# Picom (Compositor)
exec --no-startup-id picom -b
# Picom (Compositor, disabled)
# exec --no-startup-id picom -b
# networkmanager-applet
exec --no-startup-id nm-applet
@ -65,9 +65,9 @@ bindsym $mod+x exec rofi -show window
workspace_layout default
# Remove borders.
default_border pixel 3
default_border pixel 1
default_floating_border pixel 0
for_window [class="^.*"] border pixel 3
for_window [class="^.*"] border pixel 1
# Set inner/outer/top gaps
gaps top 60
@ -232,4 +232,4 @@ client.focused_inactive $white $black $white $inactive $inactive
client.unfocused $white $black $white $inactive $inactive
client.urgent $white $black $white $urgent $urgent
client.placeholder $white $black $white $white $black
client.background $base
client.background $base