diff options
author | Patrick Simianer <p@simianer.de> | 2016-01-14 16:28:08 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-01-14 16:28:08 +0100 |
commit | 95bdde48c4f53634627843c4a0ff5354b0df7eb5 (patch) | |
tree | 64a255322e53e98c158f610e601c175d33b5f9eb | |
parent | 9bf38dd6b87013e7b77695c14dff2a1dd88b9220 (diff) |
new fonts, yay!
-rw-r--r-- | .Xdefaults | 6 | ||||
-rw-r--r-- | .gtkrc-2.0 | 3 | ||||
-rw-r--r-- | .ratpoisonrc | 10 |
3 files changed, 10 insertions, 9 deletions
@@ -23,8 +23,10 @@ Xft.antialias: true Xft.rgba: rgb Xft.hinting: true Xft.hintstyle: hintslight -URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=11 -URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=11 +#URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=11 +URxvt*font: xft:Tamsyn:pixelsize=16:style=regular:antialias=false,xft:Inconsolata Powerline:pixelsize=16 +#URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=11 +URxvt*boldFont: xft:Tamsyn:pixelsize=16:style=bold:antialias=false,xft:Inconsolata Powerline:pixelsize=16 /* change default colors */ URxvt*background: #000000 @@ -212,8 +212,9 @@ widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook" # font style "user-font" { - font_name="Helvetica 9" + font_name="Gotham Rounded Light 11" } +gtk-font-name = "Gotham Rounded Light 11" widget_class "*" style "user-font" # speed diff --git a/.ratpoisonrc b/.ratpoisonrc index 44bc823..cdc6a51 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -1,4 +1,4 @@ -exec feh --no-xinerama --image-bg black --bg-center '/home/pks/var/images/GM204DieB-1024x768.jpg' +exec feh --no-xinerama --image-bg black --bg-center '/home/pks/var/img/MIPS_R3000A_die-1024x1024.jpg' exec mkdir -p /tmp/pks/.cache /tmp/pks/.ccache /tmp/pks/.local exec xmodmap exec xbindkeys @@ -7,7 +7,7 @@ exec xset s 0 exec xrandr --output VGA-0 --off exec imwheel exec xset b off -exec unclutter -idle 5 +exec unclutter -idle 5 escape F13 definekey top F14 readkey root @@ -30,15 +30,13 @@ bind L exchangeright bind t time bind k exec ~/bin/layout_switch bind Cyrillic_el exec ~/bin/layout_switch -bind F14 other +bind F14 other defborder 0 defpadding 0 0 0 0 defbarpadding 0 0 set border 0 - -set font "9x15bold-14" - +set font "Gotham Rounded Light:size=20" set winname class |