equal
deleted
inserted
replaced
146 ################################################################ |
146 ################################################################ |
147 # Windows moving and resizing behaviour. |
147 # Windows moving and resizing behaviour. |
148 |
148 |
149 # If during an interactive move the window or icon comes within proximity pixels of |
149 # If during an interactive move the window or icon comes within proximity pixels of |
150 # another the window or icon, it is moved to make the borders adjoin. |
150 # another the window or icon, it is moved to make the borders adjoin. |
151 Style * SnapAttraction 10 |
151 Style * SnapAttraction 10 SameType |
152 |
152 |
153 Style "*" !Iconifiable |
153 Style "*" !Iconifiable |
154 # This disable ResizeOpaque, which cause frequent redrawing of applications. |
154 # This disable ResizeOpaque, which cause frequent redrawing of applications. |
155 Style "*" ResizeOutline |
155 Style "*" ResizeOutline |
156 |
156 |