From 4d2ea787dd39c72761efa00ff3bebbf84555ba04 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 12 May 2015 05:50:24 +0300 Subject: [PATCH] .fvwmrc: add "hangons" for Actions in FvwmButtons Exec command has an extension when used in Actions in FvwmButtons, its syntax is: Exec ["hangon"] command. Adding "hangons" is both nice and necessary to protect "$HOME" from being interpreted as "hangon". --- .fvwm/phd.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fvwm/phd.m4 b/.fvwm/phd.m4 index 49c020d..b7d27b0 100644 --- a/.fvwm/phd.m4 +++ b/.fvwm/phd.m4 @@ -897,8 +897,8 @@ changequote([`], [']) *FvwmButtons: (Title UTF-8, Icon rterm2.xpm, Action TERM_UTF8) *FvwmButtons: (Title phdru, Icon xterm-sgi.xpm, Action Term-Phdru) -*FvwmButtons: (Title Wallpaper, Icon find1.xpm, Action Exec $HOME/current/projects/xsetbg/print-filename.py | text-wrap.py -w TEXT_WIDTH -s -n | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file -) -*FvwmButtons: (Title "-1", Icon find1.xpm, Action Exec $HOME/current/projects/xsetbg/print-filename.py -o | text-wrap.py -w TEXT_WIDTH -s -n | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file -) +*FvwmButtons: (Title Wallpaper, Icon find1.xpm, Action Exec "gxmessage" "$HOME"/current/projects/xsetbg/print-filename.py | text-wrap.py -w TEXT_WIDTH -s -n | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file -) +*FvwmButtons: (Title "-1", Icon find1.xpm, Action Exec "gxmessage" "$HOME"/current/projects/xsetbg/print-filename.py -o | text-wrap.py -w TEXT_WIDTH -s -n | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file -) *FvwmButtons: (Title Next, Icon Jrecycle.xpm, Action Exec exec "$HOME"/current/projects/xsetbg/xsetbg-http-force) *FvwmButtons: (Title pavucontrol, Icon mini.sound.xpm, Action PaVuControl) #*FvwmButtons: (Title Id3Info, Icon bell.xpm, Action Id3Info) -- 2.39.2