bspwm, Polybar: Moar gaps, shadows

This commit is contained in:
2018-08-19 16:22:57 -05:00
parent e3958fcf80
commit af49c38f0b
4 changed files with 11 additions and 11 deletions

View File

@@ -56,7 +56,7 @@ glx-swap-method = "undefined";
#################################
# Enabled client-side shadows on windows.
shadow = false;
shadow = true;
# Don't draw shadows on DND windows.
no-dnd-shadow = true;
# Avoid drawing shadows on dock/panel windows.
@@ -101,7 +101,7 @@ shadow-exclude = [
"class_g ?= 'Xfce4-notifyd'",
"class_g ?= 'Xfce4-power-manager'",
"class_g ?= 'Wine'",
#"window_type = 'dock'",
"window_type = 'dock'",
"_GTK_FRAME_EXTENTS@:c"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)