aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--env/.config/rofi/config.rasi2
-rwxr-xr-xenv/.local/bin/system/kaomoji-picker.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/env/.config/rofi/config.rasi b/env/.config/rofi/config.rasi
index bf6a13d..148a0bf 100644
--- a/env/.config/rofi/config.rasi
+++ b/env/.config/rofi/config.rasi
@@ -18,7 +18,7 @@ configuration {
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
kb-row-down: "Down,Control+j";
kb-accept-entry: "Control+m,Return,KP_Enter";
- terminal: "mate-terminal";
+ terminal: "wezterm";
kb-remove-to-eol: "Control+Shift+e";
/*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
diff --git a/env/.local/bin/system/kaomoji-picker.sh b/env/.local/bin/system/kaomoji-picker.sh
index d1ac4fd..51c9dc5 100755
--- a/env/.local/bin/system/kaomoji-picker.sh
+++ b/env/.local/bin/system/kaomoji-picker.sh
@@ -8,7 +8,7 @@ choices=$(jq '.[]|.categories|.[]|.name' "$KAO_FILE" | sed 's/"//g')
choice=$(echo "$choices" | sed /^$/d | rofi -dmenu "$prompt_message")
-emojlist=$(jq --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[]' "$KAO_FILE")
+emojlist=$(jq -r --arg sel "$choice" '..| select(.name==$sel)? | .emoticons | .[]' "$KAO_FILE")
emoj=$(echo "$emojlist" | sed /^$/d | rofi -dmenu "$prompt_message")