Some tweaks
This commit is contained in:
parent
777fd1a840
commit
b1df1445d5
|
@ -68,7 +68,8 @@
|
|||
:raise true
|
||||
:ontop true
|
||||
:screen awful.screen.preferred
|
||||
:width (dpi 600)
|
||||
:width (dpi 600)
|
||||
:height (dpi 300)
|
||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
# Corners #
|
||||
#################################
|
||||
# requires: https://github.com/sdhand/compton
|
||||
corner-radius = 32.0;
|
||||
corner-radius = 14.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'",
|
||||
# "name_g = 'EXWM workspace'",
|
||||
# "class_g = 'Polybar'",
|
||||
# "class_g = 'mpv'",
|
||||
|
|
Loading…
Reference in a new issue