diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-22 11:47:21 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-22 11:47:21 +0100 |
commit | 6b2067683c96978af6f9f5255fd73061377e7a15 (patch) | |
tree | ce80691bdbd615d48599d65d6cd40799120ecd43 /.local | |
parent | 14016f3dca3b85fddd264b31c2b992a1cb5f80cc (diff) | |
download | dotfiles-6b2067683c96978af6f9f5255fd73061377e7a15.tar.gz dotfiles-6b2067683c96978af6f9f5255fd73061377e7a15.tar.bz2 dotfiles-6b2067683c96978af6f9f5255fd73061377e7a15.zip |
swIcon: Add video icon for mplayer
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/swIcon.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.local/bin/swIcon.py b/.local/bin/swIcon.py index 797cf48..7142a54 100755 --- a/.local/bin/swIcon.py +++ b/.local/bin/swIcon.py @@ -8,6 +8,8 @@ apps = ( { "wm_class": "URxvt", "icon": "terminal" }, { "wm_class": "XTerm", "icon": "terminal" }, { "wm_class": "xmoto", "icon": "xmoto" }, + { "wm_class": "mplayer","icon": "video" }, + { "wm_class":"mplayer2","icon": "video" }, { "wm_class": "Mumble", "icon": "/home/ben/tmp/mumble/mumble-1.2.2/icons/mumble.ico" } ) |