summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2024-06-01 21:22:28 -0700
committerVito Caputo <vcaputo@pengaru.com>2024-06-02 21:18:39 -0700
commitd6aba41fd41f773fc59ec107b7bae9539b0971a4 (patch)
tree5746513bc3eb874ead4da46429be77c3d8327e62
parent977f389568dbf0b0817a0d048f78fa6bbc56063a (diff)
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.
-rw-r--r--src/launchers.def2
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")
© All Rights Reserved