changed border radius, added other xf86 binds

This commit is contained in:
Johannes Olzem 2023-08-21 16:26:26 +02:00
parent c322df2b1c
commit 07eecc4cac
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -20,7 +20,7 @@ set $menu eval "dmenu_run $DMENU_COLORS -p 'dmenu'"
blur on blur on
blur_radius 5 blur_radius 5
blur_passes 2 blur_passes 2
corner_radius 12 corner_radius 4
shadows on shadows on
shadow_blur_radius 20 shadow_blur_radius 20
shadow_color #0000007F shadow_color #0000007F
@ -70,6 +70,10 @@ default_dim_inactive 0.2
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioStop exec playerctl stop bindsym XF86AudioStop exec playerctl stop
# Other XF86 Binds
bindsym XF86Explorer exec $files
bindsym XF86HomePage exec $browser
# #
# Moving around: # Moving around:
# #