aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2019-06-24 17:50:27 +0200
committerMarvin Borner2019-06-24 17:50:27 +0200
commitc00987b1120356360f2140cd025e5b4b0537c70a (patch)
treea1434593f7e576afe35971b62eaa0be708178644
parentde319eee9731b7fb21dd7cb4bbdeeed091001b29 (diff)
Fixed closing of complex applications like chromium
-rw-r--r--freedowm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/freedowm.py b/freedowm.py
index ec44285..685d530 100644
--- a/freedowm.py
+++ b/freedowm.py
@@ -364,6 +364,7 @@ class FreedoWM(object):
# Close window (MOD + Q)
elif self.is_key(self.keys["CLOSE"]) and self.window_focused():
+ self.event.child.destroy_sub_windows()
self.event.child.destroy()
# Open terminal (MOD + Enter) // X11's "enter" keysym is 0, but it's 36