dotfiles/de/home/.config/sway/scripts/global_shortcuts.sh
2024-04-24 13:00:03 -06:00

13 lines
402 B
Bash
Executable file

#!/bin/bash
#current_ws=$(swaymsg -t get_workspaces | jq '.[] | select(.focused==true)|.name')
#current_ws=$(printf "%02d\n" $( echo "${current_ws}" | sed 's/:.*//' | tr -d '"'))
#current_ws=${current_ws:0:1}
options=$( ls "$HOME/.config/sway/scripts/global_shortcuts/" )
op=$( echo -e "${options}" | wofi -i --dmenu | awk '{print}' )
"$HOME/.config/sway/scripts/shortcuts/${current_ws}"/"${op}"