diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-22 00:56:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-08-22 00:56:28 +0530 |
commit | 5bd976d40a679d81edcbc7df52d823fea1826f41 (patch) | |
tree | 253cf7d093cd7797ec3938c5672317e3b9eed808 /.config/openbox/rc.xml | |
parent | 251fd869d0ce17f2ecd9853aeec04dfe1fc487bc (diff) |
fix bar appearing over windows issue
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> |