Skip to content

Commit

Permalink
fix: Guake#1761 guake follows mouse focus when have 2 monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
woodpenker committed Jun 22, 2020
1 parent 00d880f commit c77c425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guake/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def set_window_state(self, window_state):
if not window_state & Gdk.WindowState.WITHDRAWN:
if self.is_fullscreen():
self.fullscreen()
else:
elif window_state & Gdk.WindowState.FOCUSED:
self.unfullscreen()

def fullscreen(self):
Expand Down

0 comments on commit c77c425

Please sign in to comment.