Make the dmenu for showing scratchpad case insensitive
diff --git a/src/apps/personal/sway/show-menu.sh b/src/apps/personal/sway/show-menu.sh
index edbe00b..aaf7c7b 100755
--- a/src/apps/personal/sway/show-menu.sh
+++ b/src/apps/personal/sway/show-menu.sh
@@ -1,3 +1,3 @@
-export id="$(swaymsg -t get_tree | jq -r '.nodes[].nodes[] | select(.name == "__i3_scratch").floating_nodes[] | ((.id | tostring) + "\t" + (.app_id // .window_properties.class) + "\t" + .name)' | rofi -dmenu | awk '{print $1;}')"
+export id="$(swaymsg -t get_tree | jq -r '.nodes[].nodes[] | select(.name == "__i3_scratch").floating_nodes[] | ((.id | tostring) + "\t" + (.app_id // .window_properties.class) + "\t" + .name)' | rofi -dmenu -i | awk '{print $1;}')"
 echo Showing $id
 swaymsg "[con_id=$id]" focus