Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
i3-dmenu-desktop: Support symlinks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
orestisfl committed Apr 11, 2020
1 parent 62279ab commit 3a672bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions i3-dmenu-desktop
Expand Up @@ -143,6 +143,7 @@ find(
$desktops{$relative} = $File::Find::name;
},
no_chdir => 1,
follow_fast => 1,
},
@searchdirs
);
Expand Down

0 comments on commit 3a672bc

Please sign in to comment.