mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
commit
5a00adad39
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ while test $# -gt 0; do
|
|||
s) wprefix=''; window='' ;;
|
||||
c)
|
||||
active=$(xprop -root -notype _NET_ACTIVE_WINDOW \
|
||||
| sed 's/^.*\(0x\S*\).*$/\1/')
|
||||
| grep -Eo '0x[[:xdigit:]]+' | head -n 1)
|
||||
wprefix='-id'; window=$active
|
||||
;;
|
||||
r) action='reset' ;;
|
||||
|
|
Loading…
Reference in a new issue