Rewrite rofi finder script using ripgrep

This commit is contained in:
2020-11-25 23:42:48 +01:00
parent a343121a34
commit c7616c3ee4
3 changed files with 6 additions and 29 deletions

View File

@@ -279,7 +279,7 @@ bindsym Print exec grim
# slurp + grim to clipboard
bindsym Shift+Print exec slurp | grim -g - - | wl-copy
# find PDFs with rofi
bindsym $mod+f exec rofi -show find -modi find:~/.local/share/rofi/finder.sh
bindsym $mod+f exec ~/.local/share/scripts/finder
# power menu
bindsym $mod+Shift+p mode "$Pause-break"