diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-24 16:47:08 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-24 16:47:08 +0200 |
| commit | df1a621e67e7beb1a26ac7f10b4c4da72d6d960d (patch) | |
| tree | bc1bc79ee0911935f33ee714be75641911951786 | |
| parent | ea786c080d8408c5d8da0c85f8afea80fc0a737b (diff) | |
binds
| -rw-r--r-- | config/openbox/rc.xml | 93 |
1 files changed, 60 insertions, 33 deletions
diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml index 43a87a1..386044a 100644 --- a/config/openbox/rc.xml +++ b/config/openbox/rc.xml @@ -57,8 +57,8 @@ <keepBorder>yes</keepBorder> <animateIconify>yes</animateIconify> <font place="ActiveWindow"> - <name>Px437 DOS/V re. JPN24</name> - <size>13</size> + <name>Px437 DOS/V re. JPN16</name> + <size>12</size> <!-- font size in points --> <weight>Normal</weight> <!-- 'bold' or 'normal' --> @@ -66,8 +66,8 @@ <!-- 'italic' or 'normal' --> </font> <font place="InactiveWindow"> - <name>Px437 DOS/V re. JPN24</name> - <size>13</size> + <name>Px437 DOS/V re. JPN16</name> + <size>12</size> <!-- font size in points --> <weight>Normal</weight> <!-- 'bold' or 'normal' --> @@ -75,39 +75,39 @@ <!-- 'italic' or 'normal' --> </font> <font place="MenuHeader"> - <name>sans</name> + <name>Px437 DOS/V re. JPN12</name> <size>9</size> <!-- font size in points --> - <weight>normal</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="MenuItem"> - <name>sans</name> + <name>Px437 DOS/V re. JPN12</name> <size>9</size> <!-- font size in points --> - <weight>normal</weight> + <weight>Normal</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="ActiveOnScreenDisplay"> - <name>sans</name> + <name>Px437 DOS/V re. JPN12</name> <size>9</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Bold</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> <font place="InactiveOnScreenDisplay"> - <name>sans</name> + <name>Px437 DOS/V re. JPN12</name> <size>9</size> <!-- font size in points --> - <weight>bold</weight> + <weight>Bold</weight> <!-- 'bold' or 'normal' --> - <slant>normal</slant> + <slant>Normal</slant> <!-- 'italic' or 'normal' --> </font> </theme> @@ -247,9 +247,6 @@ <to>4</to> </action> </keybind> - <keybind key="W-d"> - <action name="ToggleShowDesktop"/> - </keybind> <!-- Keybindings for windows --> <keybind key="A-F4"> <action name="Close"/> @@ -294,27 +291,47 @@ </finalactions> </action> </keybind> - <!-- Keybindings for window switching with the arrow keys --> - <keybind key="W-S-Right"> - <action name="DirectionalCycleWindows"> - <direction>right</direction> + + <keybind key="W-w"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>100%</width> + <height>50%</height> </action> </keybind> - <keybind key="W-S-Left"> - <action name="DirectionalCycleWindows"> - <direction>left</direction> + + <keybind key="W-s"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>50%</y> + <width>100%</width> + <height>50%</height> </action> </keybind> - <keybind key="W-S-Up"> - <action name="DirectionalCycleWindows"> - <direction>up</direction> + + <keybind key="W-a"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>0</x> + <y>0</y> + <width>50%</width> + <height>100%</height> </action> </keybind> - <keybind key="W-S-Down"> - <action name="DirectionalCycleWindows"> - <direction>down</direction> + + <keybind key="W-d"> + <action name="UnmaximizeFull"/> + <action name="MoveResizeTo"> + <x>50%</x> + <y>0</y> + <width>50%</width> + <height>100%</height> </action> - </keybind> + </keybind> + <!-- Keybindings for running applications --> <keybind key="W-e"> <action name="Execute"> @@ -325,6 +342,16 @@ <command>kfmclient openProfile filemanagement</command> </action> </keybind> + + <keybind key="Super_L"> + <action name="Execute"> + <startupnotify> + <enabled>true</enabled> + <name>Konqueror</name> + </startupnotify> + <command>xfce4-popup-whiskermenu</command> + </action> + </keybind> </keyboard> <mouse> <dragThreshold>1</dragThreshold> |
