i3-dmenu-desktop: Support symlinks
follow_fast is passed to find() in order to support this. Since we check ourselves for duplicates, the fast option can be used. Fixes #3973
This commit is contained in:
parent
62279aba45
commit
3a672bc930
|
@ -143,6 +143,7 @@ find(
|
||||||
$desktops{$relative} = $File::Find::name;
|
$desktops{$relative} = $File::Find::name;
|
||||||
},
|
},
|
||||||
no_chdir => 1,
|
no_chdir => 1,
|
||||||
|
follow_fast => 1,
|
||||||
},
|
},
|
||||||
@searchdirs
|
@searchdirs
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue