summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Leferry 2 <alexherbo2@gmail.com>2020-08-26 01:51:20 +0200
committerAlex Leferry 2 <alexherbo2@gmail.com>2020-08-26 01:51:20 +0200
commitbcb2dfa4282a82f29774f95b8e56ebaa4173567e (patch)
tree7b0b64884f6e0bd18bed3078f7d3ca04cb381196
parent45e03f63e700e7527c0306c788658ebf4111fc3a (diff)
Fix inverted content between Rofi and Wofi
Thanks @useredsa
-rwxr-xr-xrc/paths/commands/:rofi-files6
-rwxr-xr-xrc/paths/commands/:wofi-files6
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'
)