diff --git a/.config/rofi/scripts/configs.sh b/.config/rofi/scripts/configs.sh index 9e35bd8..2105df3 100755 --- a/.config/rofi/scripts/configs.sh +++ b/.config/rofi/scripts/configs.sh @@ -50,7 +50,7 @@ if [[ "$choice" == "quit" ]]; then echo "Exiting" && exit 1 elif [ "$choice" ]; then cfg=$(printf '%s\n' "$choice" | awk '{print $NF}') - "$DMEDITOR" "$cfg" + eval "$DMEDITOR" "$cfg" else echo "Exiting" && exit 1 fi \ No newline at end of file