Revert "bring it back"

This reverts commit f0b890287a.
This commit is contained in:
2025-10-13 19:04:39 +02:00
parent f0b890287a
commit 7a94b4fa03
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ set $right l
set $term alacritty
# Window borders
new_window pixel 1
new_window pixel 0
exec --no-startup-id xset s off -dpms
exec --no-startup-id picom --config ~/.config/picom.conf
+8
View File
@@ -1,2 +1,10 @@
backend = "glx";
vsync = true;
rounded-corners-exclude = [
];
inactive-opacity = 0.7;
opacity-rule = [
"100:class_g = 'Rofi'",
];