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