6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
|
|
theme="$HOME/.config/rofi/screen.rasi"
|
|
#theme="$HOME/.config/rofi/launcher.rasi"
|
|
|
|
rofi -no-lazy-grab -show drun -modi drun -theme ${theme}
|