summaryrefslogtreecommitdiff
path: root/ar/.config/qutebrowser/userscripts/tab-manager
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-01 17:38:09 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-07-01 17:38:09 +0900
commit0de40801c32b6d4f910aa84e02fee4a5054d2f08 (patch)
treef16fbb9b5ecceb966068dadda2370f8f50170c99 /ar/.config/qutebrowser/userscripts/tab-manager
parent21010d179f3a7d1a18f1b70c35db5425929c1766 (diff)
modified qutebrowser/config.py, modified userscripts/tab-manager, modified zsh/scripts.zsh, created userscripts/substiqute, created userscripts/usage.txt
Diffstat (limited to 'ar/.config/qutebrowser/userscripts/tab-manager')
-rwxr-xr-xar/.config/qutebrowser/userscripts/tab-manager2
1 files changed, 1 insertions, 1 deletions
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()