parent
60963cd20c
commit
b80ce9e872
2 changed files with 14 additions and 6 deletions
@ -0,0 +1,8 @@ |
||||
#!/usr/bin/env sh |
||||
ACTIVEWIN="$(xdotool getactivewindow)" |
||||
WMCLASS="$(xprop -id "$ACTIVEWIN" | grep WM_CLASS | cut -d ' ' -f3-)" |
||||
|
||||
# E.g. just a check to ignore 1-finger gestures in foxtrotgps |
||||
if echo "$WMCLASS" | grep -vi foxtrot; then |
||||
$@ |
||||
fi |
Loading…
Reference in new issue