1
0
Fork 0

higher dpi for text, more openbox settings

This commit is contained in:
Von Random 2019-02-27 21:38:34 +03:00
parent 413f256513
commit ebc2516411
2 changed files with 17 additions and 41 deletions

View file

@ -43,7 +43,7 @@
</placement> </placement>
<theme> <theme>
<name>Arc-Darker</name> <name>Arc-Darker</name>
<titleLayout>NLIC</titleLayout> <titleLayout>NLIMC</titleLayout>
<!-- <!--
available characters are NDSLIMC, each can occur at most once. available characters are NDSLIMC, each can occur at most once.
N: window icon N: window icon
@ -120,13 +120,13 @@
use obconf if you want to change these without having to log out use obconf if you want to change these without having to log out
and back in --> and back in -->
<number>1</number> <number>4</number>
<firstdesk>1</firstdesk> <firstdesk>1</firstdesk>
<names> <names>
<!-- set names up here if you want to, like this: <name>1</name>
<name>desktop 1</name> <name>2</name>
<name>desktop 2</name> <name>3</name>
--> <name>4</name>
</names> </names>
<popupTime>875</popupTime> <popupTime>875</popupTime>
<!-- The number of milliseconds to show the popup for when switching <!-- The number of milliseconds to show the popup for when switching
@ -179,51 +179,27 @@
<keyboard> <keyboard>
<chainQuitKey>C-g</chainQuitKey> <chainQuitKey>C-g</chainQuitKey>
<!-- Keybindings for desktop switching --> <!-- Keybindings for desktop switching -->
<keybind key="C-A-Left"> <keybind key="S-W-1">
<action name="GoToDesktop">
<to>left</to>
<wrap>no</wrap>
</action>
</keybind>
<keybind key="C-A-Right">
<action name="GoToDesktop">
<to>right</to>
<wrap>no</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-Left">
<action name="SendToDesktop"> <action name="SendToDesktop">
<to>left</to> <to>1</to>
<wrap>no</wrap> <wrap>no</wrap>
</action> </action>
</keybind> </keybind>
<keybind key="S-A-Right"> <keybind key="S-W-2">
<action name="SendToDesktop"> <action name="SendToDesktop">
<to>right</to> <to>2</to>
<wrap>no</wrap> <wrap>no</wrap>
</action> </action>
</keybind> </keybind>
<keybind key="S-A-Up"> <keybind key="S-W-3">
<action name="SendToDesktop"> <action name="SendToDesktop">
<to>up</to> <to>3</to>
<wrap>no</wrap> <wrap>no</wrap>
</action> </action>
</keybind> </keybind>
<keybind key="S-A-Down"> <keybind key="S-W-4">
<action name="SendToDesktop"> <action name="SendToDesktop">
<to>down</to> <to>4</to>
<wrap>no</wrap> <wrap>no</wrap>
</action> </action>
</keybind> </keybind>
@ -328,7 +304,7 @@
<!-- number of pixels the mouse must move before a drag begins --> <!-- number of pixels the mouse must move before a drag begins -->
<doubleClickTime>200</doubleClickTime> <doubleClickTime>200</doubleClickTime>
<!-- in milliseconds (1000 = 1 second) --> <!-- in milliseconds (1000 = 1 second) -->
<screenEdgeWarpTime>400</screenEdgeWarpTime> <screenEdgeWarpTime>0</screenEdgeWarpTime>
<!-- Time before changing desktops when the pointer touches the edge of the <!-- Time before changing desktops when the pointer touches the edge of the
screen while moving a window, in milliseconds (1000 = 1 second). screen while moving a window, in milliseconds (1000 = 1 second).
Set this to 0 to disable warping --> Set this to 0 to disable warping -->
@ -395,7 +371,7 @@
<action name="Move"/> <action name="Move"/>
</mousebind> </mousebind>
<mousebind button="Left" action="DoubleClick"> <mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/> <action name="ToggleMaximizeFull"/>
</mousebind> </mousebind>
<mousebind button="Up" action="Click"> <mousebind button="Up" action="Click">
<action name="if"> <action name="if">

View file

@ -4,7 +4,7 @@ Xft.antialias: true
Xft.rgba: rgb Xft.rgba: rgb
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintslight Xft.hintstyle: hintslight
Xft.dpi: 96 Xft.dpi: 100
#define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1 #define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
#define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1 #define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
! }}} ! }}}