4 lines
222 B
Plaintext
4 lines
222 B
Plaintext
|
#!/bin/bash
|
||
|
#rofi -modi combi -show combi -combi-modi window,drun,ssh,run -no-levenshtein-sort
|
||
|
rofi -modi combi -show combi -combi-modi window,drun,ssh,run -no-levenshtein-sort -config /home/tyrel/.config/rofi/config.rasi
|