6 lines
288 B
Plaintext
6 lines
288 B
Plaintext
|
#!/bin/sh
|
||
|
# while read -r line; do export "$line"; done < /home/fs/scale_vars
|
||
|
dpi="100"
|
||
|
rofi -modi drun -show drun Papirus -dpi $dpi -sorting-method fzf -sort -matching fuzzy
|
||
|
# rofi -modi drun -show drun -show-icons -icon-theme Papirus -dpi $dpi -sorting-method fzf -sort -matching fuzzy
|