#!/bin/zsh export PATH="$PATH:$HOME/.local/bin" export MOZ_ENABLE_WAYLAND=1 cd ~ wofi \ --width 600 \ --prompt search \ --normal-window \ --allow-images --allow-markup \ --hide-scroll \ --matching contains \ --insensitive \ --term kitty \ --define always_parse_args=true \ --show drun,run # REMOVED: # --exec-search \ # TIPS: # - Hold shift to open in terminal # - Hold control to run with arguments