From b1df1445d5c4d429c4b19d5c2ba073da88e8c387 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 3 Feb 2021 11:07:23 -0600 Subject: [PATCH] Some tweaks --- awesome/rules.fnl | 3 ++- picom.conf | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/awesome/rules.fnl b/awesome/rules.fnl index 9022b3e..d00d54a 100644 --- a/awesome/rules.fnl +++ b/awesome/rules.fnl @@ -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) } } diff --git a/picom.conf b/picom.conf index fbe3f2d..a487774 100644 --- a/picom.conf +++ b/picom.conf @@ -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'",