diff --git a/desktop/.config/river/init b/desktop/.config/river/init index 7ad623e..7890dbb 100755 --- a/desktop/.config/river/init +++ b/desktop/.config/river/init @@ -115,7 +115,7 @@ riverctl map normal $mod+Shift L spawn "papis -s picktool dmenu open" # shellcheck disable=SC2016 riverctl map normal $mod+Shift S spawn 'flavourchoose' -# Password dropdown frontend +# Password frontend riverctl map normal $mod+Shift P spawn "pass-pick" # File upload diff --git a/scripts/.local/bin/powermenu b/scripts/.local/bin/powermenu index b186399..64f3cdf 100755 --- a/scripts/.local/bin/powermenu +++ b/scripts/.local/bin/powermenu @@ -92,7 +92,7 @@ case "$result" in if [ -x /usr/bin/systemctl ]; then systemctl suspend-then-hibernate else - sudo zzz -H + sudo zzz fi fi ;;