diff options
author | Vito Caputo <vcaputo@gnugeneration.com> | 2016-09-09 14:20:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 14:20:28 -0700 |
commit | a1aba8e0fe5c94ebf04258b609666c92b756954f (patch) | |
tree | fe9792b77766e31728b1d2d04d2461858ef45443 /src/launchers.def | |
parent | e99f5ac1293a0ae1f498bc4c73c4c04e4edb8665 (diff) | |
parent | 8ef5fccc1ad2f5acb5530a438de631153e4ad945 (diff) |
Merge pull request #6 from vcaputo/clean_house
House cleaning
Diffstat (limited to 'src/launchers.def')
-rw-r--r-- | src/launchers.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/launchers.def b/src/launchers.def new file mode 100644 index 0000000..2c63f96 --- /dev/null +++ b/src/launchers.def @@ -0,0 +1,8 @@ +/* it's up to you to ensure you don't conflict with the global VWM keys */ +/* keysym, label, cmd */ +launcher( XK_x, "xterm", "/usr/bin/xterm") +launcher( XK_b, "iceweasel", "/usr/bin/iceweasel -ProfileManager -no-remote") +launcher( XK_g, "gimp", "/usr/bin/gimp") +launcher( XK_period, "lock", "/usr/bin/xlock") +launcher( XK_minus, "dpms off", "/usr/bin/xset -dpms s off") +launcher( XK_equal, "dpms on", "/usr/bin/xset +dpms s on") |