mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Fix ulauncher border issues
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user