dotfiles/de/home/.local/bin/sp-global-shortcuts
2024-04-29 15:58:34 -06:00

8 lines
204 B
Bash
Executable file

#!/bin/bash
source "${HOME}/.local/lib/sp-functions"
options=$( ls "${conf_dir}/global-shortcuts/" )
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' )
"${conf_dir}/global-shortcuts/${op}"