From 0de40801c32b6d4f910aa84e02fee4a5054d2f08 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:38:09 +0900 Subject: modified qutebrowser/config.py, modified userscripts/tab-manager, modified zsh/scripts.zsh, created userscripts/substiqute, created userscripts/usage.txt --- ar/.config/qutebrowser/userscripts/tab-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/qutebrowser/userscripts/tab-manager') diff --git a/ar/.config/qutebrowser/userscripts/tab-manager b/ar/.config/qutebrowser/userscripts/tab-manager index fc244f7..3104d2d 100755 --- a/ar/.config/qutebrowser/userscripts/tab-manager +++ b/ar/.config/qutebrowser/userscripts/tab-manager @@ -148,7 +148,7 @@ def update_index_file(session_path): # inform of an error, open the usage.txt file in browser, exit the program def inform_error(toast): - usage_file_path = script_path.replace("tab-manager.py", "usage.txt") + usage_file_path = script_path.replace("tab-manager", "usage.txt") run_command("open -t file://" + usage_file_path) run_command("message-error '" + toast + "'") exit() -- cgit v1.2.3