# This should go into $HOME/${XDG_CONFIG_HOME:-.config}/swaymode-exec.toml # Mode name to trigger on [audio] # This is run when the mode is set start = "while true; do notify-send start; sleep 0.5; done" # This is run when the mode changed end = "notify-send end" # Kill start command after mode is changed (default: false) kill_start = true