diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index ead5b1c..0e5dc72 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -158,22 +158,22 @@ Many programs reserve space automatically, but you can use this in other cases. --> <margins> - <top>35</top> + <top>32</top> <bottom>0</bottom> <left>0</left> <right>0</right> </margins> <dock> - <position>TopLeft</position> + <position>Top</position> <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> <floatingX>0</floatingX> <floatingY>0</floatingY> - <noStrut>no</noStrut> - <stacking>Above</stacking> + <noStrut>yes</noStrut> + <stacking>Below</stacking> <!-- 'Above', 'Normal', or 'Below' --> - <direction>Vertical</direction> + <direction>Horizontal</direction> <!-- 'Vertical' or 'Horizontal' --> - <autoHide>no</autoHide> + <autoHide>yes</autoHide> <hideDelay>300</hideDelay> <!-- in milliseconds (1000 = 1 second) --> <showDelay>300</showDelay> |