From bcb2dfa4282a82f29774f95b8e56ebaa4173567e Mon Sep 17 00:00:00 2001 From: Alex Leferry 2 Date: Wed, 26 Aug 2020 01:51:20 +0200 Subject: Fix inverted content between Rofi and Wofi Thanks @useredsa --- rc/paths/commands/:rofi-files | 6 +++--- 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' ) -- cgit v1.2.3