enable hidpi

This commit is contained in:
2020-08-20 12:09:10 +09:00
parent 7846fdae50
commit 4010759be5
32 changed files with 1468 additions and 5 deletions

View File

@@ -36,8 +36,9 @@ shadow-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
"class_g = 'Polybar'",
"_GTK_FRAME_EXTENTS@:c",
"_PICOM_ROUNDED@:32c = 0"
"class_g = 'conky'",
"class_g = 'GLava'",
"_GTK_FRAME_EXTENTS@:c"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
@@ -124,6 +125,8 @@ focus-exclude = [
# opacity-rule = []
opacity-rule = [
"100:class_g = 'Polybar'",
"100:class_g = 'conky'",
"100:class_g = 'GLava'",
"100:class_g = 'Rofi'",
"100:name = 'Picture in picture'",
"100:class_g = 'baka-mplayer'",
@@ -186,6 +189,8 @@ blur-background-exclude = [
# prevents picom from blurring the background
# when taking selection screenshot with `main`
# https://github.com/naelstrof/maim/issues/130
"class_g = 'conky'",
"class_g = 'GLava'",
"class_g = 'slop'",
"_GTK_FRAME_EXTENTS@:c",
];