]> git.sev.monster Git - dotfiles.git/blobdiff - base/.Xresources
update submodules, cache icons when installing
[dotfiles.git] / base / .Xresources
index fd515ca1f646b902c285e2ab65cabf1858789741..25934a09a84e019c941a801dc4e36d20c645dc0b 100644 (file)
@@ -1,16 +1,15 @@
 ! fonts
 ! fonts
-*font:                    -windows-dina-medium-r-normal--10-80-96-96-c-70-\
-microsoft-cp1252
+*font:                    -windows-dina-medium-r-*-*-10-80-*-*-*-*-*
 *faceName:                Dina
 *faceSize:                8
 Xft.antialias:            true
 Xft.dpi:                  96
 Xft.hinting:              true
 Xft.hintstyle:            hintslight
 *faceName:                Dina
 *faceSize:                8
 Xft.antialias:            true
 Xft.dpi:                  96
 Xft.hinting:              true
 Xft.hintstyle:            hintslight
-Xft.rgba:                 none
+Xft.rgba:                 rgb
 
 ! theming
 
 ! theming
-Xcursor.theme:            Paper
+Xcursor.theme:            Paper-Mono-Dark
 
 ! colors
 ! http://ethanschoonover.com/solarized
 
 ! colors
 ! http://ethanschoonover.com/solarized
@@ -68,7 +67,7 @@ Xcursor.theme:            Paper
 
 
 ! URxvt
 
 
 ! URxvt
-URxvt.termName:           rxvt-256color
+URxvt.termName:           rxvt-unicode-256color
 URxvt.perl-ext:
 URxvt.perl-ext-common:    searchable-scrollback,confirm-paste,matcher,font-size
 
 URxvt.perl-ext:
 URxvt.perl-ext-common:    searchable-scrollback,confirm-paste,matcher,font-size
 
@@ -83,9 +82,9 @@ URxvt.scrollBar_right:    true
 URxvt.urgentOnBell:       true
 URxvt.visualBell:         true
 
 URxvt.urgentOnBell:       true
 URxvt.visualBell:         true
 
-URxvt.url-launcher:       /usr/local/bin/xdg-open
-URxvt.matcher.button:     1
-URxvt.matcher.pattern.0:  \\w+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\d\\w/!#$&\\-;=?~[\\]]|%[\\da-fA-F]{2})*)?
+URxvt.url-launcher:       firefox
+URxvt.matcher.button:     2
+URxvt.matcher.pattern.0:  [a-zA-Z\d]+:/\/[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\w\\d\\.!#$&\\-;=?~[\\]/]|%[\\da-fA-F]{2})*)?
 URxvt.matcher.rend.0:     Uline Bold fg6
 !URxvt.matcher.pattern.1:  \\s(/\\S+?):(\\d+)(?=:|$)
 !URxvt.matcher.rend.1:     Uline fg3
 URxvt.matcher.rend.0:     Uline Bold fg6
 !URxvt.matcher.pattern.1:  \\s(/\\S+?):(\\d+)(?=:|$)
 !URxvt.matcher.rend.1:     Uline fg3
@@ -100,7 +99,7 @@ URxvt.keysym.M-slash:     font-size:show
 URxvt.print-pipe:         cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
 
 ! bg terminal 1
 URxvt.print-pipe:         cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
 
 ! bg terminal 1
-TermBg1.termName:         rxvt-256color
+TermBg1.termName:         rxvt-unicode-256color
 TermBg1.perl-ext:
 TermBg1.perl-ext-common:
 
 TermBg1.perl-ext:
 TermBg1.perl-ext-common:
 
@@ -115,7 +114,7 @@ TermBg1.shading:          80
 TermBg1.blurRadius:       2x4
 
 ! bg terminal 2
 TermBg1.blurRadius:       2x4
 
 ! bg terminal 2
-TermBg2.termName:         rxvt-256color
+TermBg2.termName:         rxvt-unicode-256color
 TermBg2.perl-ext:
 TermBg2.perl-ext-common:
 
 TermBg2.perl-ext:
 TermBg2.perl-ext-common:
 
@@ -132,3 +131,19 @@ xvkbd.Alt_R.width:        1
 xvkbd.Meta_R.width:       1
 xvkbd.Multi_key.width:    1
 xvkbd.Shift_R.width:      75
 xvkbd.Meta_R.width:       1
 xvkbd.Multi_key.width:    1
 xvkbd.Shift_R.width:      75
+
+! yeahconsole
+yeahconsole.term:             urxvtc
+yeahconsole.toggleKey:        Alt+grave
+yeahconsole.keySmaller:       AltShift+subtract
+yeahconsole.keyBigger:        AltShift+equals
+yeahconsole.keyFull:          Alt+F11
+yeahconsole.scrollBar:        false
+yeahconsole.cursorUnderline:  true
+yeahconsole.visualBell:       true
+
+yeahconsole.depth:            32
+yeahconsole.borderLess:       true
+yeahconsole.transparent:      true
+yeahconsole.shading:          80
+yeahconsole.blurRadius:       2x4
This page took 0.031995 seconds and 4 git commands to generate.