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