commit c6217822d643b13e596f6bd22cad5fffdcdc9c99 parent 85d364c73037cf3e197e10089db51e454c057037 Author: Robbie D <git@robertdherb.com> Date: Wed, 21 Aug 2019 11:05:56 -0500 Give Firefox 100% opacity Diffstat:
simon/.xsession | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/simon/.xsession b/simon/.xsession @@ -1,5 +1,5 @@ exec feh --bg-fill /home/overseer/Pictures/Wallpapers/RainbowCity.jpg & -compton -f -i .7 --blur-background --blur-kern 7x7box --backend glx --active-opacity .95 & +compton -f -i .7 --blur-background --blur-kern 7x7box --backend glx --active-opacity .95 --opacity-rule '99: name *= "GNU Image Manipulation Program"' --opacity-rule '100: name *= "Firefox"' & # Use middle mouse button and TrackPoint to scroll xinput set-prop "/dev/wsmouse" "WS Pointer Wheel Emulation" 1 &