This repository has been archived on 2026-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
sway-profiles/bin/sp-global-shortcuts
2024-06-03 20:18:15 -06:00

8 lines
194 B
Bash
Executable file

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