Adding lolcate and associated pieces for it
This commit is contained in:
parent
ae72f8222c
commit
ac56e431b6
14 changed files with 105 additions and 10 deletions
|
@ -42,7 +42,7 @@ histlist=$(printf '%s\n' "$(sqlite3 "$HISTDB" "${SQL}")" | awk -F "|" '{print
|
|||
# Piping the above lists into dmenu.
|
||||
# We use "printf '%s\n'" to format the array one item to a line.
|
||||
# The urls are listed quickmarks first, then the SEPARATOR, and then bookmarks.
|
||||
choice=$(printf '%s\n' "$qmlist" "$SEPARATOR" "$bmlist" "$SEPARATOR" "$histlist" | rofi -font "VictorMono Nerd Font 30.0" -dmenu -p 'Qutebrowser open:') "$@" || exit
|
||||
choice=$(printf '%s\n' "$qmlist" "$SEPARATOR" "$bmlist" "$SEPARATOR" "$histlist" | rofi -dmenu -p 'Qutebrowser open:' -config "/home/chris/.dotfiles/rofi/launchers-git/$style.rasi") "$@" || exit
|
||||
|
||||
# What to do if the separator is chosen from the list.
|
||||
# We simply launch qutebrowser without any url arguments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue