7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/bin/bash
|
|
|
|
out="$(printf '' | bemenu --prompt ':sway')"
|
|
eval "executor_args=($out)"
|
|
#shellcheck disable=SC2154
|
|
sway "${executor_args[@]}"
|