adding some better rofi usage in plasma
This commit is contained in:
parent
38e0f2f923
commit
c134490230
4 changed files with 25 additions and 0 deletions
7
scripts/rofi-plasma-blur.sh
Executable file
7
scripts/rofi-plasma-blur.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $(ps --no-header -p $PPID -o comm) =~ '^yakuake|dolphin$' ]]; then
|
||||
for wid in $(xdotool search --pid $PPID); do
|
||||
xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set _KDE_NET_WM_BLUR_BEHIND_REGION 0 -id $wid;
|
||||
done
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue