diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-11 03:10:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-11 03:10:06 +0900 |
| commit | 13d4d6752b2086c0bf9ff38d1fa8408f4a5aae5f (patch) | |
| tree | de2b5e3b26e7d00b1fcf53fe761ae58e880e3823 /ar/.local/bin/bookmarks | |
| parent | e79f665eba1fd69aa56162e826313ce1c7446ed4 (diff) | |
modified qutebrowser/config.py, modified bin/bookmarks, deleted bin/umpv, created userscripts/
Diffstat (limited to 'ar/.local/bin/bookmarks')
| -rwxr-xr-x | ar/.local/bin/bookmarks | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ar/.local/bin/bookmarks b/ar/.local/bin/bookmarks index c365095..1e5cfbf 100755 --- a/ar/.local/bin/bookmarks +++ b/ar/.local/bin/bookmarks @@ -122,10 +122,9 @@ openinbrowser() { case "$BROWSER" in *qutebrowser*) sqlite_query=" - SELECT DISTINCT h.title - FROM History h - WHERE h.redirect=1 - ORDER BY h.atime DESC + SELECT substr(h.title, 1, $cols) || ' | ' || h.url AS bookmark + FROM CompletionHistory h + ORDER BY h.last_atime DESC LIMIT 100; " ;; |
