9 lines
187 B
Bash
Executable File
9 lines
187 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# {{{autogen}}}
|
|
wofi --show drun \
|
|
--style ~/.config/wofi/style.css \
|
|
--no-actions \
|
|
--allow-images=false \
|
|
--columns 1 \
|
|
--prompt "Apps ..."
|