diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2014-09-14 06:09:18 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@gnugeneration.com> | 2014-09-14 06:09:18 -0700 |
commit | a4430b79845c0c5417b8725a4272f91e04d42349 (patch) | |
tree | e9c7ed2b889355a82dcfcd958acabe30b5d00aa3 /launchers.def |
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
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") |