diff options
| -rwxr-xr-x | rc/paths/commands/:rofi-files | 6 | ||||
| -rwxr-xr-x | rc/paths/commands/:wofi-files | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/rc/paths/commands/:rofi-files b/rc/paths/commands/:rofi-files index 0478cab..1745d97 100755 --- a/rc/paths/commands/:rofi-files +++ b/rc/paths/commands/:rofi-files @@ -1,12 +1,12 @@ #!/bin/sh -# Wofi -# https://hg.sr.ht/~scoopta/wofi +# Rofi +# https://github.com/davatorium/rofi # Dependencies: # – fd (https://github.com/sharkdp/fd) :edit $( fd --type file . "$@" | - wofi --dmenu --prompt 'Open files' + rofi -dmenu -i -p 'Open files' ) diff --git a/rc/paths/commands/:wofi-files b/rc/paths/commands/:wofi-files index 1745d97..0478cab 100755 --- a/rc/paths/commands/:wofi-files +++ b/rc/paths/commands/:wofi-files @@ -1,12 +1,12 @@ #!/bin/sh -# Rofi -# https://github.com/davatorium/rofi +# Wofi +# https://hg.sr.ht/~scoopta/wofi # Dependencies: # – fd (https://github.com/sharkdp/fd) :edit $( fd --type file . "$@" | - rofi -dmenu -i -p 'Open files' + wofi --dmenu --prompt 'Open files' ) |
