blob: cd95ee04d08b25a348920c8277a4d485e7fa2bf8 (
plain)
1
2
3
4
5
6
|
#!/bin/bash
# Specify the path to the Rofi configuration file
config_file="$HOME/.config/rofi/styles/appmenu.rasi"
rofi -no-lazy-grab -show drun -display-drun "Applications " -drun-display-format "{name}" -sep -config "$config_file"
|