sway_search: add max-depth 4
This commit is contained in:
parent
93bf3cd7ea
commit
a0a636cfaa
1 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
xdg-open "$(rg --no-messages --files $HOME -g '!{*.zip,*.rar,*.gz}' | \
|
||||
wofi --dmenu --insensitive --prompt 'find')"
|
||||
|
||||
xdg-open "$(rg --no-messages --max-depth 4 --sortr modified --files $HOME | \
|
||||
sort -h | wofi --dmenu --insensitive --prompt 'recent files')"
|
||||
|
|
Loading…
Reference in a new issue