Search for deskop files in correct directories

Signed-off-by: Felix Weilbach <felix.weilbach@t-online.de>
This commit is contained in:
Felix Weilbach 2021-05-01 13:04:19 +02:00
parent 7f2fd4a716
commit 66d3502769
4 changed files with 41 additions and 9 deletions

View file

@ -69,4 +69,6 @@ bool sway_set_cloexec(int fd, bool cloexec);
char *append_path_safe(const char *base_path, const char *append_path);
bool dir_exists(char *path);
#endif