sway_search: replace with rg + wofi

This commit is contained in:
Konstantin Koslowski 2021-03-04 20:41:00 +01:00
parent b0c05d7aa4
commit d27db84d35
2 changed files with 5 additions and 2 deletions

3
bin/sway_search Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
xdg-open "$(rg --no-messages --files $HOME -g '!{*.zip,*.rar,*.gz}' | \
wofi --dmenu --insensitive --prompt 'find')"