commit
5a00adad39
@ -83,7 +83,7 @@ while test $# -gt 0; do
|
|||||||
s) wprefix=''; window='' ;;
|
s) wprefix=''; window='' ;;
|
||||||
c)
|
c)
|
||||||
active=$(xprop -root -notype _NET_ACTIVE_WINDOW \
|
active=$(xprop -root -notype _NET_ACTIVE_WINDOW \
|
||||||
| sed 's/^.*\(0x\S*\).*$/\1/')
|
| grep -Eo '0x[[:xdigit:]]+' | head -n 1)
|
||||||
wprefix='-id'; window=$active
|
wprefix='-id'; window=$active
|
||||||
;;
|
;;
|
||||||
r) action='reset' ;;
|
r) action='reset' ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user