added urxvt settings
This commit is contained in:
parent
6efdb45ac6
commit
d298ab102e
@ -5,6 +5,8 @@ Enable:
|
|||||||
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
|
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
|
||||||
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
|
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
|
||||||
ln -s $(pwd)/screenrc $HOME/.screenrc
|
ln -s $(pwd)/screenrc $HOME/.screenrc
|
||||||
|
ln -s $(pwd)/Xresources $HOME/.Xresources
|
||||||
|
ln -s $(pwd)/Xdefaults $HOME/.Xdefaults
|
||||||
ln -s $(pwd)/themes $HOME/.themes
|
ln -s $(pwd)/themes $HOME/.themes
|
||||||
ln -s $(pwd)/aliases $HOME/.aliases
|
ln -s $(pwd)/aliases $HOME/.aliases
|
||||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config
|
ln -s $(pwd)/sshconfig $HOME/.ssh/config
|
||||||
|
21
Xdefaults
Normal file
21
Xdefaults
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
URxvt*background: Black
|
||||||
|
URxvt*foreground: White
|
||||||
|
URxvt*geometry: 80x30
|
||||||
|
URxvt*scrollBar: false
|
||||||
|
|
||||||
|
"URxvt.font: 9x15
|
||||||
|
|
||||||
|
!-- Xft settings -- !
|
||||||
|
Xft.dpi: 96
|
||||||
|
Xft.antialias: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.hintstyle: hintfull
|
||||||
|
|
||||||
|
! -- Fonts -- !
|
||||||
|
URxvt.font:xft:Monospace:pixelsize=15
|
||||||
|
URxvt.boldfont:xft:Monospace-Bold:pixelsize=15
|
||||||
|
URxvt.letterSpace: -1
|
||||||
|
URxvt.perl-ext-common: default,matcher
|
||||||
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
|
URxvt.matcher.button: 1
|
24
Xresources
Normal file
24
Xresources
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
! Color theme to be placed in ~/.Xresources file
|
||||||
|
! Enable it at runtime with :
|
||||||
|
! $ xrdb ~/.Xresources
|
||||||
|
! or
|
||||||
|
! $ cat ~/.Xresources | xrdb
|
||||||
|
|
||||||
|
*background: #000000
|
||||||
|
*foreground: #ffffff
|
||||||
|
*color0: #000000
|
||||||
|
*color1: #d36265
|
||||||
|
*color2: #aece91
|
||||||
|
*color3: #e7e18c
|
||||||
|
*color4: #7a7ab0
|
||||||
|
*color5: #963c59
|
||||||
|
*color6: #418179
|
||||||
|
*color7: #bebebe
|
||||||
|
*color8: #666666
|
||||||
|
*color9: #ef8171
|
||||||
|
*color10: #e5f779
|
||||||
|
*color11: #fff796
|
||||||
|
*color12: #4186be
|
||||||
|
*color13: #ef9ebe
|
||||||
|
*color14: #71bebe
|
||||||
|
*color15: #ffffff
|
Loading…
Reference in New Issue
Block a user