From: Oleg Broytman Date: Mon, 12 Aug 2024 16:13:32 +0000 (+0300) Subject: .fvwmrc: Disable the current image in XsetBg X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=93cd62d6f0349a6a2ac5a305227f7af4b71da838;p=dotfiles.git .fvwmrc: Disable the current image in XsetBg --- diff --git a/.fvwm/main.m4 b/.fvwm/main.m4 index 8e7c740..5f832f8 100644 --- a/.fvwm/main.m4 +++ b/.fvwm/main.m4 @@ -897,6 +897,8 @@ AddToMenu XSetBgMenu "XSetBg" Title + "Filename (prev.)" Exec exec "$HOME"/current/projects/xsetbg/print-filename.py -e koi8-r 1 + "XFilename (prev.)" Exec "$HOME"/current/projects/xsetbg/print-filename.py 1 | text-wrap.py | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file - + "XFilename (prev., wrapped)" Exec "$HOME"/current/projects/xsetbg/print-filename.py 1 | text-wrap.py -w TEXT_WIDTH -s | gxmessage -buttons Ok -default Ok -fn 'MESSAGE_FONT' -file - ++ "" Nop ++ "Disable" Exec exec $HOME/current/projects/xsetbg/enable.py --disable "$($HOME/current/projects/xsetbg/print-filename.py -e koi8-r)" ############################################################################ # FvwmBacker