mirror of
https://git.davidovski.xyz/dot.git
synced 2026-09-15 01:04:20 +00:00
8 lines
100 B
Bash
Executable file
8 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
rasi="$HOME/.config/rofi/launcher.rasi"
|
|
|
|
## Run
|
|
rofi \
|
|
-show drun \
|
|
-theme $rasi
|