diff --git a/.config/yadm/encrypt b/.config/yadm/encrypt index 03123fb..a45290e 100644 --- a/.config/yadm/encrypt +++ b/.config/yadm/encrypt @@ -1,4 +1,5 @@ .config/newsboat/urls .config/filezilla/sitemanager.xml .config/filezilla/filezilla.xml -Mail/thexcloud/.credentials.gmailieer.json \ No newline at end of file +Mail/thexcloud/.credentials.gmailieer.json +.wegorc \ No newline at end of file diff --git a/.config/yadm/files.gpg b/.config/yadm/files.gpg index b5a7f8f..e0ab801 100644 Binary files a/.config/yadm/files.gpg and b/.config/yadm/files.gpg differ diff --git a/bin/scripts/rofi-buku-mine b/bin/scripts/rofi-buku-mine index 8a032bc..571e77b 100755 --- a/bin/scripts/rofi-buku-mine +++ b/bin/scripts/rofi-buku-mine @@ -24,7 +24,7 @@ $BUKU -f 4 -p | awk -F'\t' -v OFS='\t' '{ if ($1 != "waiting for input") { printf "%-5s %-60s %-45s %s\n", $1, $3, url, joined } -}' | sort -k 2 | rofi -dmenu -matching fuzzy -sort -sorting-method fzf -width 80 -l 20 | cut -d ' ' -f 1 | { +}' | sort -k 2 | rofi -dmenu -matching normal -sort -sorting-method fzf -width 80 -l 20 | cut -d ' ' -f 1 | { read index; if [[ -z "$index" ]]; then exit 0