Merge pull request #4013 from orestisfl/i3-dmenu-desktop-symlinks

i3-dmenu-desktop: Support symlinks
next
Ingo Bürk 2020-04-12 09:15:40 +02:00 committed by GitHub
commit 46e940efba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ find(
$desktops{$relative} = $File::Find::name;
},
no_chdir => 1,
follow_fast => 1,
},
@searchdirs
);