diff options
Diffstat (limited to '')
-rw-r--r-- | .config/i3/config | 1 | ||||
-rw-r--r-- | .config/picom/picom.conf | 1 |
2 files changed, 2 insertions, 0 deletions
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" ]; |