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

Commit

Permalink
Merge pull request #4013 from orestisfl/i3-dmenu-desktop-symlinks
Browse files Browse the repository at this point in the history
i3-dmenu-desktop: Support symlinks
  • Loading branch information
Airblader committed Apr 12, 2020
2 parents adbef0c + 3a672bc commit 46e940e
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 46e940e

Please sign in to comment.