summary refs log tree commit diff stats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qtb-load-session2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qtb-load-session b/bin/qtb-load-session
index bf2ead3..67e1423 100755
--- a/bin/qtb-load-session
+++ b/bin/qtb-load-session
@@ -10,7 +10,7 @@ sessions_path=$(realpath ~/.local/share/qutebrowser/sessions)
 
 rm ~/.local/share/qutebrowser/sessions/_autosave.yml
 
-sel=$(find $sessions_path -iname "*.yml" -exec basename {} .yml ";" | sort -u | dmenu)
+sel=$(find $sessions_path -iname "*.yml" -not -name "*sync-conflict*" -exec basename {} .yml ";" | sort -u | dmenu)
 
 if [ $? -ne 0 ]; then
     exit 1