diff options
author | David Runge <david.runge@frqrec.com> | 2014-11-30 18:55:57 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-11-30 18:55:57 +0100 |
commit | c75d96166e8f6dfc30923f689b45ec327b071385 (patch) | |
tree | 2c8f59f9e36adf921b53e144b084a4f800850085 /.Xresources | |
parent | 6694053f06ff93df23c32664daf26af4ca05bc2d (diff) | |
parent | 23fda4bd1bddd3786a808dc78743f9d24338de5a (diff) | |
download | dotfiles-c75d96166e8f6dfc30923f689b45ec327b071385.tar.gz dotfiles-c75d96166e8f6dfc30923f689b45ec327b071385.tar.bz2 dotfiles-c75d96166e8f6dfc30923f689b45ec327b071385.tar.xz dotfiles-c75d96166e8f6dfc30923f689b45ec327b071385.zip |
Merge branch 'master' of https://git.frqrec.com/git/dot
* 'master' of https://git.frqrec.com/git/dot:
.dircolors: Added .dircolors for colorful ls output in Termite.
stop_jack: Added enabling of pulseaudio after disabling of JACK.
start_jack: Added disabling of pulseaudio before starting jack, as it breaks system audio when using USB-MIDI interfaces.
export.zsh: Unified settings for TERM and LC_TIME for some machines.
.zprofile: Removed unnessecary exports. Added eval of dircolors (needed for Termite ls output).
.tmux.conf: Setting allow rename to true
.Xresources: Adding new font (Monospace) as default. Setting borderLess to true.
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 31 |
1 files changed, 8 insertions, 23 deletions
diff --git a/.Xresources b/.Xresources index 71b2741..313d17b 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,3 @@ -! .Xresources - konni 2012-11-30 -!!===================================================================== !! * uses rxvt-unicode !! * themed for solarized !! * includes font settings for powerline @@ -54,31 +52,17 @@ Xft.lcdfilter : lcddefault !! --------------------------------------------------------------------- !! URxvt FONT ---------------------------------------------------------- -! Anonymous Pro - very small dots -URxvt*font : xft:Anonymous Pro for Powerline:regular:size=9 -URxvt*imFont : xft:Anonymous Pro for Powerline:regular:size=9 -URxvt*boldFont : xft:Anonymous Pro for Powerline:bold:size=9 -URxvt*italicFont : xft:Anonymous Pro for Powerline:italic:size=9 -URxvt*boldItalicFont : xft:Anonymous Pro for Powerline:bold:italic:size=9 - -!! Inconsolata -!URxvt*font : xft:Inconsolata for Powerline:regular:size=12 -!URxvt*imFont : xft:Inconsolata for Powerline:regular:size=12 -!URxvt*boldFont : xft:Inconsolata for Powerline:bold:size=12 -!URxvt*italicFont : xft:Inconsolata for Powerline:italic:size=12 -!URxvt*boldItalicFont : xft:Inconsolata for Powerline:bold:italic:size=12 - -!! Monaco -!URxvt*font : xft:Monaco for Powerline:regular:size=9 -!URxvt*imFont : xft:Monaco for Powerline:regular:size=9 -!URxvt*boldFont : xft:Monaco for Powerline:bold:size=9 -!URxvt*italicFont : xft:Monaco for Powerline:italic:size=9 -!URxvt*boldItalicFont : xft:Monaco for Powerline:bold:italic:size=9 +!! Monospace +URxvt*font : xft:Monaco for Monospace:regular:size=9 +URxvt*imFont : xft:Monaco for Monospace:regular:size=9 +URxvt*boldFont : xft:Monaco for Monospace:bold:size=9 +URxvt*italicFont : xft:Monaco for Monospace:italic:size=9 +URxvt*boldItalicFont : xft:Monaco for Monospace:bold:italic:size=9 !! URxvt COLORS--------------------------------------------------------- URxvt*depth : 32 URxvt.foreground : #a4b6bd -!URxvt*background : rgba:0000/0000/0000/bbbb +URxvt*background : rgba:0000/0000/0000/bbbb URxvt*background : [95]#000000 URxvt.fading : 15 URxvt.fadeColor : #121212 @@ -106,6 +90,7 @@ URxvt.pointerColorBackground : #586e75 URxvt.pointerColorForeground : #93a1a1 URxvt.pointerBlank : false !! --------------------------------------------------------------------- +URxvt.borderLess: true !! ICON ----------------------------------------------------------------- URxvt.iconFile: /usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg |