6 lines
89 B
Bash
Executable File
6 lines
89 B
Bash
Executable File
#! /bin/sh
|
|
rofi \
|
|
-show drun \
|
|
-p run \
|
|
-run-command 'swaymsg exec -- {cmd}'
|