Skip to content

Commit

Permalink
fix: don't select input from ulauncher-toggle (or previous session)
Browse files Browse the repository at this point in the history
  • Loading branch information
friday committed Jan 17, 2023
1 parent f38a260 commit bd588d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulauncher/ui/windows/UlauncherWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def show(self):
# make sure frequent apps are shown if necessary
self.show_results([])

self.input.grab_focus()
self.input.grab_focus_without_selecting()
super().show()

# pylint: disable=arguments-differ; https://gitlab.gnome.org/GNOME/pygobject/-/issues/231
Expand Down

0 comments on commit bd588d8

Please sign in to comment.