From b49f7764d72fd1b8621975b76378daba195cb071 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 26 Sep 2020 10:36:53 -0300 Subject: [PATCH] qol --- dotfiles/fish.fish | 2 +- dotfiles/scripts/wpass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/fish.fish b/dotfiles/fish.fish index 453ae06..20328c1 100644 --- a/dotfiles/fish.fish +++ b/dotfiles/fish.fish @@ -68,7 +68,7 @@ abbr neomutt mutt function rcd #{{{ set file (mktemp) - ranger $argv --choosedir=$file + ranger --choosedir=$file cd (cat $file) rm $file diff --git a/dotfiles/scripts/wpass b/dotfiles/scripts/wpass index 620ecef..44ea0ee 100755 --- a/dotfiles/scripts/wpass +++ b/dotfiles/scripts/wpass @@ -35,7 +35,7 @@ case $action in if [ $(swaymsg -t get_tree | jq -r '.. | select(.focused? == true).app_id') = "org.qutebrowser.qutebrowser" ] then ydotool key esc - ydotool key t + ydotool key {{@@ key.insertMode @@}} fi ydotool type "$username" ydotool key tab