bump steveej-t14
This commit is contained in:
parent
dbb92f6d85
commit
768ea36d85
3 changed files with 18 additions and 5 deletions
|
@ -286,6 +286,10 @@ mouse = [
|
|||
def disable_floating_for_all_new_windows(window):
|
||||
window.floating = False
|
||||
|
||||
@hook.subscribe.client_new
|
||||
def disable_floating_for_all_new_windows(window):
|
||||
print("new window: ", window)
|
||||
|
||||
wmname = "LG3D"
|
||||
'';
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue