From 536adf1393be3dae4136c1d1ba805449becf01de Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 23 Dec 2023 21:08:13 -0500 Subject: Small i3 and picom tweaks --- .config/i3/config | 1 + .config/picom/picom.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index b74bdc8..757ee83 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -210,6 +210,7 @@ for_window [class="TigerVNC Viewer"] floating enable for_window [class="Engrampa"] floating enable for_window [class="Caja"] floating enable for_window [class="Thunar"] floating enable +for_window [class="Pavucontrol"] floating enable # no title bars for_window [class="^.*"] border pixel 4 diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e1896bc..b3dd852 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -51,6 +51,7 @@ shadow-exclude = [ "class_g ?= 'Notify-osd'", "class_g = 'Cairo-clock'", "class_g = 'firefox' && argb", + "class_g = 'Firefox-esr' && argb", "argb && ! window_type *= 'menu'", "_GTK_FRAME_EXTENTS@:c" ]; -- cgit v1.2.3-60-g2f50