@@ -9,7 +9,7 @@ set $right l
|
|||||||
set $term alacritty
|
set $term alacritty
|
||||||
|
|
||||||
# Window borders
|
# Window borders
|
||||||
new_window pixel 1
|
new_window pixel 0
|
||||||
|
|
||||||
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,2 +1,10 @@
|
|||||||
backend = "glx";
|
backend = "glx";
|
||||||
vsync = true;
|
vsync = true;
|
||||||
|
|
||||||
|
rounded-corners-exclude = [
|
||||||
|
];
|
||||||
|
|
||||||
|
inactive-opacity = 0.7;
|
||||||
|
opacity-rule = [
|
||||||
|
"100:class_g = 'Rofi'",
|
||||||
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user