diff options
Diffstat (limited to 'launchers.def')
-rw-r--r-- | launchers.def | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/launchers.def b/launchers.def new file mode 100644 index 0000000..428e5f9 --- /dev/null +++ b/launchers.def @@ -0,0 +1,6 @@ +/* it's up to you to ensure you don't conflict with the global VWM keys */ +/* keysym, argv list */ +launcher(XK_x, "/usr/bin/xterm") +launcher(XK_b, "/usr/bin/iceweasel", "-ProfileManager", "-no-remote") +launcher(XK_g, "/usr/bin/gimp") +launcher(XK_period, "/usr/local/bin/xlock") |