From be98ac4ef76595e44bb8cbf455f942997db1fb9b Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Mon, 23 Mar 2026 21:51:11 +0100 Subject: [PATCH] mb-kb upd --- bin/mb-kb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mb-kb b/bin/mb-kb index b07d837..4767e44 100755 --- a/bin/mb-kb +++ b/bin/mb-kb @@ -159,5 +159,5 @@ if __name__ == "__main__": dlg += "--text '\nKey bindings are confugured in your ~/.config/openbox/rc.xml file. docs\n\t\t\t\tS - Shift key\n\t\t\t\tC - Control key\n\t\t\t\tA - Alt key\n\t\t\t\tW - Super key (usually bound to the Windows key)' " dlg += "--filename=$HOME/.config/openbox/kbinds.txt " dlg += "--width=640 --height=560 --fontname=Monospace " - dlg += "--button='Edit rc.xml:geany " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close" + dlg += "--button='Edit rc.xml:geany -l 179 " + rc_fpath + "' --button='Reload Openbox configuration:openbox --reconfigure' --button=Close" os.system(dlg)