4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
PATH = "/var/lib/flatpak/exports/bin:$PATH"
|
|
rofi -show drun -show-icons
|