Making polybar and picom work for exwm

This commit is contained in:
Chris Cochrun 2021-01-14 05:58:33 -06:00
parent 6fea3e862b
commit a67c039e52
3 changed files with 32 additions and 40 deletions

View file

@ -2,16 +2,16 @@
# Corners #
#################################
# requires: https://github.com/sdhand/compton
corner-radius = 12.0;
corner-radius = 0.0;
rounded-corners-exclude = [
#"window_type = 'normal'",
"class_g = 'awesome'",
# "class_g = 'URxvt'",
"class_g = 'XTerm'",
"class_g = 'kitty'",
#"class_g = 'emacs'",
"class_g = 'emacs'",
"class_g = 'Polybar'",
#"class_g = 'qutebrowser'",
"class_g = 'qutebrowser'",
#"class_g = 'TelegramDesktop'",
# "class_g = 'firefox'",
"class_g = 'Thunderbird'",
@ -93,7 +93,8 @@ shadow-exclude = [
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
"class_g = 'Polybar'",
"class_g = 'qutebrowser'",
# "class_g = 'Polybar'",
# "class_g = 'Rofi'",
"_GTK_FRAME_EXTENTS@:c"
];