feat(qtile): make it impossible to accidentally set a window to float by clicking
This commit is contained in:
parent
de1f0974cd
commit
d534fed024
1 changed files with 2 additions and 2 deletions
|
@ -241,8 +241,8 @@ auto_minimize = False
|
|||
|
||||
# Drag floating layouts.
|
||||
mouse = [
|
||||
Drag([key_super,key_control], "Button1", lazy.window.set_position_floating(), start=lazy.window.get_position()),
|
||||
Drag([key_super,key_control], "Button2", lazy.window.set_size_floating(), start=lazy.window.get_size()),
|
||||
# Drag([key_super,key_control], "Button1", lazy.window.set_position_floating(), start=lazy.window.get_position()),
|
||||
# Drag([key_super,key_control], "Button2", lazy.window.set_size_floating(), start=lazy.window.get_size()),
|
||||
Click([key_super,key_control], "Button3", lazy.window.disable_floating())
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue