94 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			94 lines
		
	
	
	
		
			2.5 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
! {{{ xft and cursor configuration
 | 
						|
Xcursor.theme:          Vanilla-DMZ-AA
 | 
						|
Xft.antialias:          true
 | 
						|
Xft.rgba:               rgb
 | 
						|
Xft.hinting:            true
 | 
						|
Xft.hintstyle:          hintslight
 | 
						|
Xft.dpi:                96
 | 
						|
! }}}
 | 
						|
! {{{ urxvt
 | 
						|
! fonts
 | 
						|
!URxvt.font:             xft:Iosevka Term:Regular:pixelsize=14
 | 
						|
!URxvt.boldFont:         xft:Iosevka Term:Bold:pixelsize=14
 | 
						|
!URxvt.italicFont:       xft:Iosevka Term:Regular:Italic:pixelsize=14
 | 
						|
!URxvt.boldItalicFont:   xft:Iosevka Term:Bold:Italic:pixelsize=14
 | 
						|
 | 
						|
#define terminus        -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
 | 
						|
URxvt.font:             terminus
 | 
						|
URxvt.boldFont:         terminus
 | 
						|
URxvt.italicFont:       terminus
 | 
						|
URxvt.boldItalicFont:   terminus
 | 
						|
 | 
						|
! misc
 | 
						|
URxvt.pointerBlank:     true
 | 
						|
URxvt.scrollBar:        false
 | 
						|
URxvt.saveLines:        10000
 | 
						|
URxvt.iso14755:         false
 | 
						|
URxvt.visualBell:       false
 | 
						|
URxvt.urgentOnBell:     true
 | 
						|
URxvt.termName:         rxvt-unicode
 | 
						|
URxvt.internalBorder:   1
 | 
						|
URxvt.fading:           5
 | 
						|
URxvt.pastableTabs:     true
 | 
						|
URxvt.geometry:         120:36
 | 
						|
URxvt.intensityStyles:  false
 | 
						|
URxvt.secondaryScroll:  false
 | 
						|
 | 
						|
! perls
 | 
						|
URxvt.perl-ext-common:  default,matcher,clipboard
 | 
						|
URxvt.url-launcher:     /home/von/.local/bin/default-web-browser
 | 
						|
URxvt.matcher.button:   3
 | 
						|
URxvt.keysym.C-C:       perl:clipboard:copy
 | 
						|
URxvt.keysym.C-V:       perl:clipboard:paste
 | 
						|
! }}}
 | 
						|
! {{{ urxvt colors
 | 
						|
! base16-light Solarized by Ethan Schoonover (http://ethanschoonover.com/solarized)
 | 
						|
#define base00 #002b36
 | 
						|
#define base01 #073642
 | 
						|
#define base02 #586e75
 | 
						|
#define base03 #657b83
 | 
						|
#define base04 #839496
 | 
						|
#define base05 #93a1a1
 | 
						|
#define base06 #eee8d5
 | 
						|
#define base07 #fdf6e3
 | 
						|
#define base08 #dc322f
 | 
						|
#define base09 #cb4b16
 | 
						|
#define base0A #b58900
 | 
						|
#define base0B #859900
 | 
						|
#define base0C #2aa198
 | 
						|
#define base0D #268bd2
 | 
						|
#define base0E #6c71c4
 | 
						|
#define base0F #d33682
 | 
						|
 | 
						|
URxvt.foreground:   base03
 | 
						|
URxvt.background:   base07
 | 
						|
URxvt.colorBD:      base00
 | 
						|
 | 
						|
URxvt.cursorColor:  base09
 | 
						|
 | 
						|
URxvt.color0:       base01
 | 
						|
URxvt.color1:       base08
 | 
						|
URxvt.color2:       base0B
 | 
						|
URxvt.color3:       base0A
 | 
						|
URxvt.color4:       base0D
 | 
						|
URxvt.color5:       base0F
 | 
						|
URxvt.color6:       base0C
 | 
						|
URxvt.color7:       base06
 | 
						|
 | 
						|
URxvt.color8:       base00
 | 
						|
URxvt.color9:       base09
 | 
						|
URxvt.color10:      base02
 | 
						|
URxvt.color11:      base03
 | 
						|
URxvt.color12:      base04
 | 
						|
URxvt.color13:      base0E
 | 
						|
URxvt.color14:      base05
 | 
						|
URxvt.color15:      base07
 | 
						|
! }}}
 | 
						|
! {{{ rofi
 | 
						|
rofi.modi:            window
 | 
						|
rofi.font:            xos4 Terminus Bold 11
 | 
						|
rofi.terminal:        /home/von/.local/bin/default-terminal-emulator
 | 
						|
rofi.hide-scrollbar:  true
 | 
						|
rofi.monitor:         -5
 | 
						|
rofi.location:        2
 | 
						|
! }}}
 |