diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2021-12-13 00:10:42 +0530 |
commit | 585150d98982240de738954af8f85859b5631372 (patch) | |
tree | a8e47ee0c3f77e48507cf28bcccc32dcf7b89454 /.config/openbox/rc.xml | |
parent | 34694958c83c6cb1b363153ad6b09551fa0f9ee2 (diff) |
did stuff I forgot
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 46 |
1 files changed, 11 insertions, 35 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 4c61c49..af6cca5 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -57,7 +57,7 @@ <animateIconify>yes</animateIconify> <font place="ActiveWindow"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -66,7 +66,7 @@ </font> <font place="InactiveWindow"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -75,7 +75,7 @@ </font> <font place="MenuHeader"> <name>Source Han Sans JP Normal</name> - <size>10</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -84,7 +84,7 @@ </font> <font place="MenuItem"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>normal</weight> <!-- 'bold' or 'normal' --> @@ -93,7 +93,7 @@ </font> <font place="ActiveOnScreenDisplay"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>bold</weight> <!-- 'bold' or 'normal' --> @@ -102,7 +102,7 @@ </font> <font place="InactiveOnScreenDisplay"> <name>Source Han Sans JP Normal</name> - <size>9</size> + <size>12</size> <!-- font size in points --> <weight>bold</weight> <!-- 'bold' or 'normal' --> @@ -168,12 +168,12 @@ <!-- (Top|Bottom)(Left|Right|)|Top|Bottom|Left|Right|Floating --> <floatingX>0</floatingX> <floatingY>0</floatingY> - <noStrut>yes</noStrut> - <stacking>Below</stacking> + <noStrut>no</noStrut> + <stacking>below</stacking> <!-- 'Above', 'Normal', or 'Below' --> <direction>Horizontal</direction> <!-- 'Vertical' or 'Horizontal' --> - <autoHide>yes</autoHide> + <autoHide>no</autoHide> <hideDelay>300</hideDelay> <!-- in milliseconds (1000 = 1 second) --> <showDelay>300</showDelay> @@ -228,18 +228,6 @@ <wrap>yes</wrap> </action> </keybind> - <!--keybind key="C-A-Up"> - <action name="GoToDesktop"> - <to>up</to> - <wrap>no</wrap> - </action> - </keybind> - <keybind key="C-A-Down"> - <action name="GoToDesktop"> - <to>down</to> - <wrap>no</wrap> - </action> - </keybind--> <keybind key="S-A-h"> <action name="SendToDesktop"> <to>left</to> @@ -252,18 +240,6 @@ <wrap>no</wrap> </action> </keybind> - <!--keybind key="S-A-Up"> - <action name="SendToDesktop"> - <to>up</to> - <wrap>no</wrap> - </action> - </keybind> - <keybind key="S-A-Down"> - <action name="SendToDesktop"> - <to>down</to> - <wrap>no</wrap> - </action> - </keybind--> <keybind key="W-1"> <action name="GoToDesktop"> <to>1</to> @@ -311,7 +287,7 @@ </keybind> <keybind key="W-0"> <action name="GoToDesktop"> - <to>0</to> + <to>10</to> </action> </keybind> <!-- rethink --> @@ -322,7 +298,7 @@ <keybind key="A-F4"> <action name="Close"/> </keybind> - <keybind key="A-w"> + <keybind key="W-Shift-Q"> <action name="Close"/> </keybind> <!--keybind key="A-j"> |