Why cant I exclude the xfce screenshot tool from background blur? #889
Unanswered
ProboscisMonke
asked this question in
Q&A
Replies: 2 comments
-
This works for me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
"""
name = 'xfce4-screenshooter' &&
class_g = 'Xfce4-screenshooter' &&
window_type = 'dialog' &&
! (
_NET_WM_ALLOWED_ACTIONS@:a ||
_NET_WM_STATE@:a ||
_NET_WM_DESKTOP@:c
)
""" use this in blur-background-exclude |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When taking screenshots using the default tool for xfce4 picom's blur effect takes hold over the entire screen making it impossible to actually take a screenshot (this issue also persists when using other applications such as BetterCrewLink)
I attempted to remedy the issue (to no avail) by adding the name of the application used to "
Exclude conditions for background blur
"Snippet of
picom.conf
file belowBeta Was this translation helpful? Give feedback.
All reactions