You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/usr/bin/env bash
|
|
|
|
DIR="$HOME/.config"
|
|
|
|
rofi \
|
|
-show drun \
|
|
-modi run,drun \
|
|
-no-lazy-grab \
|
|
-scroll-method 0 \
|
|
-drun-match-fields all \
|
|
-drun-display-format "{name}" \
|
|
-no-drun-show-actions \
|
|
-terminal st \
|
|
-theme "$DIR"/rofi/themes/default.rasi
|
|
-kb-cancel Alt-F1 \
|