From a4430b79845c0c5417b8725a4272f91e04d42349 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 14 Sep 2014 06:09:18 -0700 Subject: Initial import of vwm1 from published source tgz - Basic window management, window resizing, virtual desktops and shelf implementation - Simple double fork execution of launched clients --- launchers.def | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 launchers.def (limited to 'launchers.def') 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") -- cgit v1.2.3