<keybind key="W-k"> <action name="Execute"> <command>/home/ojrain/killchrome.sh</command> </action> </keybind>
#!/bin/sh ps ax | grep chrome | awk '{print $1}' | xargs kill -9