blob: 7fb90c4221fbc0426cd14c822fb0c7f73988a0f8 (
plain)
1
2
3
4
5
6
7
8
|
/* it's up to you to ensure you don't conflict with the global VWM keys */
/* keysym, label, cmd */
launcher( XK_x, "xterm", "xterm")
launcher( XK_b, "firefox", "firefox -ProfileManager -no-remote")
launcher( XK_g, "gimp", "gimp")
launcher( XK_period, "lock", "xlock")
launcher( XK_minus, "dpms off", "xset -dpms s off")
launcher( XK_equal, "dpms on", "xset +dpms s on")
|