mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 04:22:48 +01:00
Add support of nautilus and nvim-qt
This commit is contained in:
parent
aba9eb3d1a
commit
413841a335
@ -48,6 +48,8 @@ case $chosen in
|
||||
$files)
|
||||
if [[ -f /usr/bin/thunar ]]; then
|
||||
thunar &
|
||||
elif [[ -f /usr/bin/nautilus ]]; then
|
||||
nautilus &
|
||||
elif [[ -f /usr/bin/pcmanfm ]]; then
|
||||
pcmanfm &
|
||||
else
|
||||
@ -57,6 +59,8 @@ case $chosen in
|
||||
$editor)
|
||||
if [[ -f /usr/bin/geany ]]; then
|
||||
geany &
|
||||
elif [[ -f /usr/bin/nvim-qt ]]; then
|
||||
nvim-qt &
|
||||
elif [[ -f /usr/bin/leafpad ]]; then
|
||||
leafpad &
|
||||
elif [[ -f /usr/bin/mousepad ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user