hidpi 설정

This commit is contained in:
2020-08-17 15:15:35 +09:00
parent 0774d4db61
commit b12108b3a0
16 changed files with 712 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
# Corners #
#################################
# requires: https://github.com/sdhand/compton
corner-radius = 20.0;
corner-radius = 0;
rounded-corners-exclude = [
"class_g = 'Polybar'",
"name = 'Polybar tray window'",
@@ -19,13 +19,13 @@ round-borders-exclude = [
#################################
# Enabled client-side shadows on windows.
shadow = false;
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 18;
shadow-radius = 20;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
shadow-offset-x = -20;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
shadow-offset-y = -20;
# The translucency for shadows. (default .75)
shadow-opacity = 0.25;
@@ -36,7 +36,8 @@ shadow-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
"class_g = 'Polybar'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@:c",
"_PICOM_ROUNDED@:32c = 0"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)