From 756721636ef05220700cfe775f73c3a23d0c7625 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Wed, 2 Dec 2020 07:33:48 +0530 Subject: changes --- bspwm/.config/bspwm/bspwmrc | 2 +- picom/.config/picom.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 82a96be..da6a106 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -10,7 +10,7 @@ bspc config borderless_monocle true bspc config gapless_monocle true # rules -bspc rule -a Firefox desktop='^2' +bspc rule -a firefox desktop='^2' bspc rule -a Steam desktop='^6' bspc rule -a "VirtualBox Manager" desktop='^6' diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 9225735..39afec2 100755 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -12,7 +12,7 @@ shadow-exclude = [ "class_g ?= 'polybar'", "name = 'Polybar tray window'", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", - "class_g = 'Firefox' && argb", + "class_g = 'firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; @@ -30,7 +30,7 @@ blur-background-exclude = [ "class_g ?= 'zoom'", "window_type = 'dock'", "window_type = 'desktop'", - "class_g = 'Firefox' && argb", + "class_g = 'firefox' && argb", "_GTK_FRAME_EXTENTS@:c" ]; opacity-rule = [ -- cgit v1.2.3