From c9761f36b29e5867f68ea79b808e2404c15f9f94 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Sat, 13 Aug 2022 06:13:50 -0600 Subject: [PATCH] fvwm: use full path to xterm --- .fvwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fvwmrc b/.fvwmrc index 39848dc..a8c2d42 100644 --- a/.fvwmrc +++ b/.fvwmrc @@ -99,7 +99,7 @@ AddToMenu IDEMenu "IDEs" Title + "IntelliJ" exec /usr/local/bin/intellij AddToMenu RootMenu "Root Menu" Title -+ "XTerm" Exec exec xterm ++ "XTerm" Exec exec /usr/X11R6/bin/xterm + "Browser" Exec exec chrome + "Emacs" Exec exec /usr/local/bin/emacs + "" Nop