13 lines
305 B
Bash
Executable File
13 lines
305 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com>
|
|
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
|
|
|
|
STYLE="default"
|
|
|
|
rofi \
|
|
-show run \
|
|
-scroll-method 0 \
|
|
-terminal alacritty \
|
|
-theme "$HOME"/.config/openbox/rofi/"$STYLE"/runner.rasi
|