Some tweaks

This commit is contained in:
Chris Cochrun 2021-02-03 11:07:23 -06:00
parent 777fd1a840
commit b1df1445d5
2 changed files with 4 additions and 3 deletions

View file

@ -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)
}
}

View file

@ -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'",