Fix ulauncher border issues

This commit is contained in:
2021-10-25 22:37:28 +02:00
parent 184a1fc0dc
commit ed4d7c0695
2 changed files with 3 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ bspc rule -a polybar border=off
bspc rule -a 9menu border=off manage=off bspc rule -a 9menu border=off manage=off
bspc rule -a tint2 layer=above border=off manage=off bspc rule -a tint2 layer=above border=off manage=off
bspc rule -a dunst border=off manage=off bspc rule -a dunst border=off manage=off
bspc rule -a ulauncher border=off manage=off bspc rule -a Ulauncher border=off
#bspc desktop I --layout monocle #bspc desktop I --layout monocle
#bspc desktop II --layout monocle #bspc desktop II --layout monocle

View File

@@ -50,7 +50,8 @@ shadow-exclude = [
# disables shadows on i3 frames # disables shadows on i3 frames
"class_g ?= 'i3-frame'", "class_g ?= 'i3-frame'",
"class_g = 'Rofi'", "class_g = 'Rofi'",
"class_g = 'Bspwm'" "class_g = 'Bspwm'",
"class_g ?= 'ulauncher'"
]; ];
# Specify a X geometry that describes the region in which shadow should not # Specify a X geometry that describes the region in which shadow should not