sway-profiles/bin/sp-global-shortcuts
2025-04-17 19:46:19 +00:00

8 lines
207 B
Bash
Executable file

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