From d6aba41fd41f773fc59ec107b7bae9539b0971a4 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 1 Jun 2024 21:22:28 -0700 Subject: launchers: drop gimp and firefox launchers I don't use these, this isn't really the way vwm is intended to be used. For launching higher-order applications that don't need special wm integrations like recordMyDesktop, or just aren't launched numerous times daily (like xterm, or xlock), the user is expected to just use the "console" screen session's available shell to do things like `firefox &` or `gimp &`... these things aren't generally started hundreds or thousands of times per day like say xterm where the launcher shortcut pays clear dividends. xterm itself in vwm is also used as a sort of throwaway launcher window. Since everything is kept in MRU order it really doesn't matter that you've got tons of xterms littering the environment in contexts/virtual-desktops you just never visit after using them to launch the thing you are using. --- src/launchers.def | 2 -- 1 file changed, 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") -- cgit v1.2.3