reupload
This commit is contained in:
6
arch-user/bin/sway/command-mode.sh
Executable file
6
arch-user/bin/sway/command-mode.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
out="$(printf '' | bemenu --prompt ':sway')"
|
||||
eval "executor_args=($out)"
|
||||
#shellcheck disable=SC2154
|
||||
sway "${executor_args[@]}"
|
||||
Reference in New Issue
Block a user