Skip to content

Commit

Permalink
feat: exclude ulauncher from own searches
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jan 21, 2023
1 parent 83ea840 commit d46430c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ulauncher/modes/apps/AppMode.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ def get_triggers(self):
# like "Keyboard", "Wi-Fi", "Sound" etc have NoDisplay=true
if app.get_nodisplay() and executable != "gnome-control-center":
continue
# Don't show Ulauncher app in own list
if app.get_id() == "io.ulauncher.Ulauncher.desktop":
continue

yield AppResult(app)

0 comments on commit d46430c

Please sign in to comment.