Remove alt to move windows.
This commit is contained in:
parent
34f4dcefe0
commit
7549bd5ae2
|
@ -22,7 +22,7 @@
|
||||||
<property name="double_click_action" type="string" value="maximize"/>
|
<property name="double_click_action" type="string" value="maximize"/>
|
||||||
<property name="double_click_distance" type="int" value="5"/>
|
<property name="double_click_distance" type="int" value="5"/>
|
||||||
<property name="double_click_time" type="int" value="250"/>
|
<property name="double_click_time" type="int" value="250"/>
|
||||||
<property name="easy_click" type="string" value="Alt"/>
|
<property name="easy_click" type="string" value="None"/>
|
||||||
<property name="focus_delay" type="int" value="250"/>
|
<property name="focus_delay" type="int" value="250"/>
|
||||||
<property name="focus_hint" type="bool" value="true"/>
|
<property name="focus_hint" type="bool" value="true"/>
|
||||||
<property name="focus_new" type="bool" value="true"/>
|
<property name="focus_new" type="bool" value="true"/>
|
||||||
|
|
Loading…
Reference in New Issue