diff options
Diffstat (limited to 'config/openbox/rc.xml')
| -rw-r--r-- | config/openbox/rc.xml | 140 |
1 files changed, 69 insertions, 71 deletions
diff --git a/config/openbox/rc.xml b/config/openbox/rc.xml index 82afe35..a46786a 100644 --- a/config/openbox/rc.xml +++ b/config/openbox/rc.xml @@ -57,59 +57,61 @@ <keepBorder>yes</keepBorder> <animateIconify>yes</animateIconify> <font place="ActiveWindow"> - <name>Px437 DOS/V re. JPN16</name> - <size>12</size> - <!-- font size in points --> - <weight>Normal</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> - <font place="InactiveWindow"> - <name>Px437 DOS/V re. JPN16</name> - <size>12</size> - <!-- font size in points --> - <weight>Normal</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> - <font place="MenuHeader"> - <name>Px437 DOS/V re. JPN12</name> - <size>9</size> - <!-- font size in points --> - <weight>Normal</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> - <font place="MenuItem"> - <name>Px437 DOS/V re. JPN12</name> - <size>9</size> - <!-- font size in points --> - <weight>Normal</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> - <font place="ActiveOnScreenDisplay"> - <name>Px437 DOS/V re. JPN12</name> - <size>9</size> - <!-- font size in points --> - <weight>Bold</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> - <font place="InactiveOnScreenDisplay"> - <name>Px437 DOS/V re. JPN12</name> - <size>9</size> - <!-- font size in points --> - <weight>Bold</weight> - <!-- 'bold' or 'normal' --> - <slant>Normal</slant> - <!-- 'italic' or 'normal' --> - </font> + <name>Px437 DOS/V re. JPN24</name> + <size>14</size> + <!-- font size in points --> + <weight>Normal</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> +<font place="InactiveWindow"> + <name>Px437 DOS/V re. JPN16</name> + <size>14</size> + <!-- font size in points --> + <weight>Normal</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> +<font place="MenuHeader"> + <name>Px437 DOS/V re. JPN12</name> + <size>10</size> + <!-- font size in points --> + <weight>Normal</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> +<font place="MenuItem"> + <name>Px437 DOS/V re. JPN12</name> + <size>10</size> + <!-- font size in points --> + <weight>Normal</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> +<font place="ActiveOnScreenDisplay"> + <name>Px437 DOS/V re. JPN12</name> + <size>10</size> + <!-- font size in points --> + <weight>Bold</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> +<font place="InactiveOnScreenDisplay"> + <name>Px437 DOS/V re. JPN12</name> + <size>10</size> + <!-- font size in points --> + <weight>Bold</weight> + <!-- 'bold' or 'normal' --> + <slant>Normal</slant> + <!-- 'italic' or 'normal' --> +</font> + + </theme> <desktops> <!-- this stuff is only used at startup, pagers allow you to change them @@ -120,7 +122,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>4</number> + <number>2</number> <firstdesk>1</firstdesk> <names> <!-- set names up here if you want to, like this: @@ -291,7 +293,6 @@ </finalactions> </action> </keybind> - <keybind key="W-w"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -301,7 +302,6 @@ <height>50%</height> </action> </keybind> - <keybind key="W-s"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -311,7 +311,6 @@ <height>50%</height> </action> </keybind> - <keybind key="W-a"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -321,7 +320,6 @@ <height>100%</height> </action> </keybind> - <keybind key="W-d"> <action name="UnmaximizeFull"/> <action name="MoveResizeTo"> @@ -330,31 +328,31 @@ <width>50%</width> <height>100%</height> </action> - </keybind> - + </keybind> <!-- Keybindings for running applications --> <keybind key="W-e"> <action name="Execute"> - <startupnotify> - <enabled>true</enabled> - <name>Konqueror</name> - </startupnotify> - <command>kfmclient openProfile filemanagement</command> + <command>spacefm -w</command> + </action> + </keybind> + <keybind key="W-S-s"> + <action name="Execute"> + <command>xfce4-screenshooter -c -r</command> + </action> + </keybind> + <keybind key="W-r"> + <action name="Execute"> + <command>xfce4-appfinder</command> </action> </keybind> - <keybind key="C-A-S-W-d"> <action name="Execute"> - <startupnotify> - <enabled>true</enabled> - <name>Konqueror</name> - </startupnotify> <command>xfce4-popup-whiskermenu</command> </action> </keybind> </keyboard> <mouse> - <dragThreshold>1</dragThreshold> + <dragThreshold>10</dragThreshold> <!-- number of pixels the mouse must move before a drag begins --> <doubleClickTime>500</doubleClickTime> <!-- in milliseconds (1000 = 1 second) --> |
