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 #4565 from stapelberg/skip
Browse files Browse the repository at this point in the history
i3-dmenu-desktop: ignore duplicate files and directories
  • Loading branch information
orestisfl committed Oct 7, 2021
2 parents 8323108 + 25bf911 commit ab389e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES-next
Expand Up @@ -35,6 +35,7 @@ option is enabled and only then sets a screenshot as background.
• i3-nagbar: add option to position on primary monitor
• alternate focusing tab/stack children-parent containers by clicking on their titlebars
• i3bar: use first bar config by default
• i3-dmenu-desktop: ignore duplicate files and directories (fixes crash on NixOS)
• i3-dump-log -f now uses UNIX sockets instead of pthreads. The UNIX socket approach
should be more reliable and also more portable.
• Implement the include config directive
Expand Down
2 changes: 2 additions & 0 deletions i3-dmenu-desktop
Expand Up @@ -154,6 +154,8 @@ find(
},
no_chdir => 1,
follow_fast => 1,
# Ignore any duplicate files and directories and proceed normally:
follow_skip => 2,
},
@searchdirs
);
Expand Down

0 comments on commit ab389e1

Please sign in to comment.