My Qtile window manager configuration
git clone https://github.com/m-col/qtile-config
Files | Refs | Readme

Commit 0c3406ca5b983a5eb574e467dd33a6ad6c945362
Parent: 9cb4493cbb758c69c81c8f8403d3ca0dac54a461
Author: mcol <mcol@posteo.net>
Date: 2021-09-13 01:19:05 +0100
Committer: mcol <mcol@posteo.net>
Committed: 2021-09-13 01:19:05 +0100

Remove logging from wayland new_client hook

wayland.py Modified

@@ -53,11 +53,6 @@
         state = window.surface.toplevel._ptr.current
         if 0 < state.max_width < 1920:
             window.floating = True
-        else:
-            # Just incase I find something new I want to auto-float
-            logger.warning(
-                (window.name, window.get_wm_class(), (state.min_width, state.max_width))
-            )
 
 
 @hook.subscribe.startup_once