dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 95f3850cf88ee5ffd225bd771300857c40d41deb
parent 0cef749e9a66e81cee92e2db7b8ed302ca5aa1f2
Author: mrgrouse <bdmfegys@duck.com>
Date:   Thu, 19 Sep 2024 20:37:30 -0400

picom.conf: remove unused shadow exclude rules

Diffstat:
Mpicom.conf | 18+-----------------
1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/picom.conf b/picom.conf @@ -78,26 +78,10 @@ shadow-exclude = [ "! name~=''", "name = 'Notification'", "name = 'Plank'", - "name = 'Docky'", - "name = 'Kupfer'", - "name = 'xfce4-notifyd'", - "name = 'cpt_frame_window'", - "name *= 'VLC'", "name *= 'compton'", "name *= 'picom'", - "name *= 'Chromium'", - "name *= 'Chrome'", "name *= 'conky'", - "class_g = 'Firefox' && argb", - "class_g = 'Conky'", - "class_g = 'Kupfer'", - "class_g = 'Synapse'", - "class_g ?= 'Notify-osd'", - "class_g ?= 'Cairo-dock'", - "class_g ?= 'Xfce4-notifyd'", - "class_g ?= 'Xfce4-power-manager'", - "class_g ?= 'ulauncher'", - "class_g ?= 'rofi'", + "class_g ?= 'dmenu'", "_GTK_FRAME_EXTENTS@:c", "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];