mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Cleaning up a few things.
This commit is contained in:
24
.Xresources
24
.Xresources
@@ -14,8 +14,10 @@ Xft.hintstyle: hintfull
|
||||
Xft.lcdfilter: lcdfilter
|
||||
|
||||
XTerm*renderFont: true
|
||||
XTerm*faceName: xft:Mononoki Nerd Font
|
||||
XTerm*faceSize: 12
|
||||
XTerm*faceName: xft:Mononoki Nerd Font, \
|
||||
xft:JoyPixels:size=12, \
|
||||
xft:Monospace:style=Medium:size=12
|
||||
XTerm*faceSize: 11
|
||||
XTerm*utf8: 2
|
||||
XTerm*locale: true
|
||||
|
||||
@@ -35,11 +37,11 @@ XTerm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48
|
||||
|
||||
URxvt*imLocale: en_US.UTF-8
|
||||
URxvt*termName: rxvt-unicode-256color
|
||||
Urxvt*buffered: false
|
||||
URxvt*buffered: false
|
||||
URxvt.intensityStyles: false
|
||||
URxvt.font: xft:Mononoki Nerd Font:size=13, \
|
||||
xft:JoyPixels:size=13, \
|
||||
xft:Monospace:style=Medium:size=13
|
||||
URxvt.font: xft:Mononoki Nerd Font:size=12, \
|
||||
xft:JoyPixels:size=12, \
|
||||
xft:Monospace:style=Medium:size=12
|
||||
URxvt.saveLines: 2000
|
||||
URxvt.scrollBar: false
|
||||
URxvt.cursorColor: white
|
||||
@@ -54,8 +56,8 @@ URxvt.url-select.underline: true
|
||||
!! keyboard-select:
|
||||
URxvt.keysym.M-Escape: perl:keyboard-select:activate
|
||||
!! resize-font
|
||||
URxvt.resize-font.smaller: C-j
|
||||
URxvt.resize-font.bigger: C-k
|
||||
URxvt.keysym.C-k: font-size:increase
|
||||
URxvt.keysym.C-j: font-size:decrease
|
||||
!! Matcher
|
||||
URxvt.url-launcher: urxvt -e lynx -cfg=~/.lynx.cfg -lss=~/.lynx.lss
|
||||
URxvt.matcher.button: 1
|
||||
@@ -70,15 +72,15 @@ URxvt*depth: 32
|
||||
|
||||
! special
|
||||
URxvt*foreground: #bbc5ff
|
||||
URxvt*background: [100]#292d3e
|
||||
URxvt*background: [95]#282a36
|
||||
URxvt*cursorColor: #bbc5ff
|
||||
|
||||
XTerm*foreground: #bbc5ff
|
||||
XTerm*background: #292d3e
|
||||
XTerm*background: #282a36
|
||||
XTerm*cursorColor: #bbc5ff
|
||||
|
||||
! black
|
||||
*.color0: #101010 !! originally #292d3e
|
||||
*.color0: #101010 !! originally #282a36
|
||||
*.color8: #434758
|
||||
|
||||
! red
|
||||
|
||||
Reference in New Issue
Block a user