diff options
Diffstat (limited to 'Xinit')
-rw-r--r-- | Xinit/Xdefaults | 7 | ||||
-rw-r--r-- | Xinit/Xresources | 2 | ||||
-rwxr-xr-x | Xinit/xinitrc | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Xinit/Xdefaults b/Xinit/Xdefaults index 0f56be6..7e08674 100644 --- a/Xinit/Xdefaults +++ b/Xinit/Xdefaults @@ -2,7 +2,7 @@ ! Xft settings !------------------------------------------------------------------------------- -Xft.dpi: 96 +Xft.dpi: 186 Xft.antialias: true Xft.rgba: rgb Xft.hinting: true @@ -18,7 +18,7 @@ URxvt.lineSpace: 0 ! Fonts URxvt.allow_bold: true -URxvt.font: xft:DejaVu Sans Mono:pixelsize=11 +URxvt.font: xft:DejaVu Sans Mono:pixelsize=26 ! Fix font space URxvt*letterSpace: -1 @@ -48,5 +48,4 @@ URxvt.keysym.M-s: perl:keyboard-select:search ! M-u to select open copy links !URxvt.perl-ext-common: ...,url-select URxvt.keysym.M-u: perl:url-select:select_next -URxvt.url-select.launcher: /home/vasko/.tools/firesend - +URxvt.url-select.launcher: chromium diff --git a/Xinit/Xresources b/Xinit/Xresources index 3fa2ad8..fe0210e 100644 --- a/Xinit/Xresources +++ b/Xinit/Xresources @@ -13,7 +13,7 @@ urxvt.scrollBar :false xterm.scrollBar :false xterm*faceName: DejaVu Sans Mono Book -xterm*faceSize: 11 +xterm*faceSize: 16 ! Enable copy paste xterm*metaSendsEscape: true diff --git a/Xinit/xinitrc b/Xinit/xinitrc index 5358300..c20998c 100755 --- a/Xinit/xinitrc +++ b/Xinit/xinitrc @@ -42,4 +42,5 @@ xrdb -merge ~/.Xdefaults # Automount #udiskie -N & +xrandr --dpi 186 ratpoison |