diff options
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml index 3ad7994f..1630de43 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -126,6 +126,17 @@ <!-- 'Center' or 'Top' --> </resize> +<!-- You can reserve a portion of your screen where windows will not cover when + they are maximized, or when they are initially placed. + Many programs reserve space automatically, but you can use this in other + cases. --> +<margins> + <top>0</top> + <bottom>0</bottom> + <left>0</left> + <right>0</right> +</margins> + <dock> <position>TopLeft</position> <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> |
