8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
rofi -dmenu\
|
||
|
-i\
|
||
|
-no-fixed-num-lines\
|
||
|
-p "Are You Sure? : "\
|
||
|
-theme ~/.config/bspwm/rofi/themes/confirm.rasi
|