From 93cd62d6f0349a6a2ac5a305227f7af4b71da838 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 12 Aug 2024 19:13:32 +0300 Subject: [PATCH] .fvwmrc: Disable the current image in XsetBg --- .fvwm/main.m4 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5