summaryrefslogtreecommitdiffstats
path: root/scripts/rofi-kvmap
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-06-22 02:15:52 +0200
committerJokler <jokler@protonmail.com>2020-06-22 02:21:55 +0200
commit37ccc5b7f8eaac129cfa5a229ff2c4e16d6fc929 (patch)
treeff1446fe9b369112bdd41aaa02bc99343a9ecdf8 /scripts/rofi-kvmap
parent1a357dd0a71d8e6d73cc8af4c93d3005576aff36 (diff)
downloaddotfiles-37ccc5b7f8eaac129cfa5a229ff2c4e16d6fc929.tar.gz
dotfiles-37ccc5b7f8eaac129cfa5a229ff2c4e16d6fc929.zip
Add new scripts and update old ones
Diffstat (limited to 'scripts/rofi-kvmap')
-rwxr-xr-xscripts/rofi-kvmap1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/rofi-kvmap b/scripts/rofi-kvmap
index 2436e78..13bc849 100755
--- a/scripts/rofi-kvmap
+++ b/scripts/rofi-kvmap
@@ -5,7 +5,6 @@ sep=":"
cd "$(dirname "$0")" || exit 1
-
selected_string=$(rofi -dmenu -i -sync -p "key" "$@" < "$character_list")
selected_symbol=$(printf '%s' "$selected_string" | cut -d "$sep" -f 2-)