Clean up any previous xbindkeys instances
[khome.git] / home / .xlaunch.d / xbindkeys
CommitLineData
6db09847
SK
1#! /bin/sh
2
3set -e
4
d78db511
SK
5# XXX Since this script is also named xbindkeys, we avoid suicide by:
6# 1. not using killall;
7# 2. using "command" (or "cmd") instead of "comm".
8ps -eo pid,command | awk '$2 ~ "^xbindkeys" {print $1}' | xargs -I% kill %
6db09847 9xbindkeys -n
This page took 0.026982 seconds and 4 git commands to generate.