8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rofi \
|
|
-show drun \
|
|
-modi drun \
|
|
-no-lazy-grab \
|
|
-theme ~/.config/rofi/launcher.rasi
|