remove gaps and rounded corners. also make the difference between focused and unfocused bigger
This commit is contained in:
@@ -10,8 +10,6 @@ set $term alacritty
|
|||||||
|
|
||||||
# Window borders
|
# Window borders
|
||||||
new_window pixel 0
|
new_window pixel 0
|
||||||
gaps inner 10
|
|
||||||
gaps outer 5
|
|
||||||
|
|
||||||
exec --no-startup-id xset s off -dpms
|
exec --no-startup-id xset s off -dpms
|
||||||
exec --no-startup-id picom --config ~/.config/picom.conf
|
exec --no-startup-id picom --config ~/.config/picom.conf
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
backend = "glx";
|
backend = "glx";
|
||||||
vsync = true;
|
vsync = true;
|
||||||
|
|
||||||
corner-radius = 20.0;
|
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
];
|
];
|
||||||
|
|
||||||
inactive-opacity = 0.8;
|
inactive-opacity = 0.7;
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"100:class_g = 'Rofi'",
|
"100:class_g = 'Rofi'",
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user