dotfiles/configlinux/bspwm/rofi/bin/launcher
2022-12-20 09:41:39 -06:00

19 lines
443 B
Bash
Executable file

#!/usr/bin/env bash
## Copyright (C) 2020-2022 Aditya Shakya <adi1090x@gmail.com>
## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
DIR="$HOME/.config/bspwm"
rofi \
-show drun \
-modi run,drun,ssh \
-no-lazy-grab \
-scroll-method 0 \
-drun-match-fields all \
-drun-display-format "{name}" \
-no-drun-show-actions \
-terminal alacritty \
-kb-cancel Alt-F1 \
-theme "$DIR"/rofi/themes/launcher.rasi