aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornwg-piotr <nwg.piotr@gmail.com>2019-09-25 10:01:42 +0200
committernwg-piotr <nwg.piotr@gmail.com>2019-09-25 10:01:42 +0200
commitd71dc396b3868b97f8af12d924760e30e4d3c50f (patch)
tree9142a54d15762a4ebe0f467f5d22ef730f465e1b
parentb48d5c982476de6821e4e14f1e07cd94f4c451a4 (diff)
downloadautotiling-d71dc396b3868b97f8af12d924760e30e4d3c50f.tar.gz
Event.WINDOW_NEW event subscription removedv0.3
-rwxr-xr-xautotiling.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/autotiling.py b/autotiling.py
index 97dcae2..c151acf 100755
--- a/autotiling.py
+++ b/autotiling.py
@@ -46,7 +46,6 @@ def switch_splitting(i3, e):
def main():
i3.on(Event.WINDOW_FOCUS, switch_splitting)
- i3.on(Event.WINDOW_NEW, switch_splitting)
i3.main()