]>
git.sev.monster Git - dotfiles.git/blame_incremental - bin/xmixer
... / ...
Commit | Line | Data |
| 1 | #!/bin/sh |
| 2 | (sleep 0.1; xdotool search --class --sync XMixer \ |
| 3 | windowmove $(xdotool getmouselocation|awk 'BEGIN{FS=" |:"}{print $2" "$4}'))& |
| 4 | xmixer |
This page took 0.03156 seconds and 4 git commands to generate.