diff --git a/.config/river/keys b/.config/river/keys index bca5b9e..e9cd3bb 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -94,6 +94,8 @@ riverctl map normal $mod Z spawn 'pamixer --default-source --toggle-mute' riverctl map normal $mod X spawn 'fnottctl actions' riverctl map normal $mod C spawn 'fnottctl dismiss' +riverctl map normal $mod V spawn 'pass-fuzzel' + for mode in normal locked do # https://github.com/cdemoulins/pamixer diff --git a/.local/bin/fuzzel-run b/.local/bin/fuzzel-run new file mode 100755 index 0000000..3ccba0c --- /dev/null +++ b/.local/bin/fuzzel-run @@ -0,0 +1,14 @@ +#!/bin/sh +# Autogenerated by ~/.config/themer/fuzzel.sh + + +export background=ffffff +export foreground=333333 +export selection_background=cccccc +export selection_foreground=333333 +export border=000000 +export accent=000000 + + +exec fuzzel --terminal=footclient --font='monospace:size=11' --prompt='➦ ' --no-icons --width=40 --background=${background}ff --text-color=${foreground}ff --match-color=${accent}ff --selection-color=${selection_background}ff --selection-text-color=${selection_foreground}ff --horizontal-pad=12 --border-width=1 --border-color=${border}ff --border-radius=2 "$@" +