]> git.phdru.name Git - dotfiles.git/commitdiff
.fvwmrc: add "hangons" for Actions in FvwmButtons
authorOleg Broytman <phd@phdru.name>
Tue, 12 May 2015 02:50:24 +0000 (05:50 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 12 May 2015 03:25:46 +0000 (06:25 +0300)
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

index 49c020d052dca9cd8d92e22d04947baa5bc60c7b..b7d27b046e8c9dd4a804e93105c4e09f4355b847 100644 (file)
@@ -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)