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)
|
$files)
|
||||||
if [[ -f /usr/bin/thunar ]]; then
|
if [[ -f /usr/bin/thunar ]]; then
|
||||||
thunar &
|
thunar &
|
||||||
|
elif [[ -f /usr/bin/nautilus ]]; then
|
||||||
|
nautilus &
|
||||||
elif [[ -f /usr/bin/pcmanfm ]]; then
|
elif [[ -f /usr/bin/pcmanfm ]]; then
|
||||||
pcmanfm &
|
pcmanfm &
|
||||||
else
|
else
|
||||||
@ -57,6 +59,8 @@ case $chosen in
|
|||||||
$editor)
|
$editor)
|
||||||
if [[ -f /usr/bin/geany ]]; then
|
if [[ -f /usr/bin/geany ]]; then
|
||||||
geany &
|
geany &
|
||||||
|
elif [[ -f /usr/bin/nvim-qt ]]; then
|
||||||
|
nvim-qt &
|
||||||
elif [[ -f /usr/bin/leafpad ]]; then
|
elif [[ -f /usr/bin/leafpad ]]; then
|
||||||
leafpad &
|
leafpad &
|
||||||
elif [[ -f /usr/bin/mousepad ]]; then
|
elif [[ -f /usr/bin/mousepad ]]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user