6 lines
82 B
Bash
Executable file
6 lines
82 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Run
|
|
rofi \
|
|
-show drun \
|
|
-theme ~/.config/rofi/config.rasi
|