diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 9508d86..d446abf 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -9,7 +9,7 @@ set $right l set $term alacritty # Window borders -new_window pixel 0 +new_window pixel 1 exec --no-startup-id xset s off -dpms exec --no-startup-id picom --config ~/.config/picom.conf diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index a799980..da21c36 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -1,10 +1,2 @@ backend = "glx"; vsync = true; - -rounded-corners-exclude = [ -]; - -inactive-opacity = 0.7; -opacity-rule = [ - "100:class_g = 'Rofi'", -];