Skip to content

Commit

Permalink
[filebrowser] Change external open default to xdg-open
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Apr 5, 2024
1 parent 06b8e6b commit b3b2eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filebrowser.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#elif defined(__APPLE__)
# define OPEN_CMD "open \"%d\""
#else
# define OPEN_CMD "nautilus \"%d\""
# define OPEN_CMD "xdg-open \"%d\""
#endif

GeanyPlugin *geany_plugin;
Expand Down

0 comments on commit b3b2eed

Please sign in to comment.