diff options
Diffstat (limited to 'src/launchers.def')
-rw-r--r-- | src/launchers.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/launchers.def b/src/launchers.def index e47b711..e8407a7 100644 --- a/src/launchers.def +++ b/src/launchers.def @@ -1,8 +1,6 @@ /* 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") |