]> git.sev.monster Git - dotfiles.git/blobdiff - base/.Xresources
added syncthing script, more dirs to install
[dotfiles.git] / base / .Xresources
index 2297915f8506aba842df1060c9c6d635f8f9e159..13ae3b4b9168b4faaff3a9cce99517e74cf898fc 100644 (file)
@@ -85,7 +85,7 @@ URxvt.visualBell:         true
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
-URxvt.matcher.pattern.0:  \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)?
+URxvt.matcher.pattern.0:  \\w+:/\+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[/!#$&\\-;=?-[\\]_a-zA-Z~]|%[0-9a-fA-F]{2})*)?
 URxvt.matcher.rend.0:     Uline Bold fg6
 ! URxvt.matcher.pattern.1:  \\s(/\\S+?):(\\d+)(?=:|$)
 ! URxvt.matcher.rend.1:     Uline fg3
@@ -100,19 +100,33 @@ URxvt.keysym.M-slash:     font-size:show
 
 URxvt.print-pipe:         cat > "$HOME/urxvt-$(date +'%Y-%m-%d-%H%M%S')"
 
-! bg terminal
-URxvtBG.termName:         rxvt-256color
-URxvtBG.perl-ext:
-URxvtBG.perl-ext-common:
+! bg terminal 1
+TermBg1.termName:         rxvt-256color
+TermBg1.perl-ext:
+TermBg1.perl-ext-common:
 
-URxvtBG.scrollBar:        false
-URxvtBG.cursorUnderline:  true
-URxvtBG.visualBell:       true
+TermBg1.scrollBar:        false
+TermBg1.cursorUnderline:  true
+TermBg1.visualBell:       true
 
-URxvtBG.depth:            32
-URxvtBG.borderLess:       true
-URxvtBG.transparent:      true
-URxvtBG.shading:          80
+TermBg1.depth:            32
+TermBg1.borderLess:       true
+TermBg1.transparent:      true
+TermBg1.shading:          80
+TermBg1.blurRadius:       2x4
+
+! bg terminal 2
+TermBg2.termName:         rxvt-256color
+TermBg2.perl-ext:
+TermBg2.perl-ext-common:
+
+TermBg2.scrollBar:        false
+TermBg2.cursorUnderline:  true
+TermBg2.visualBell:       true
+
+TermBg2.depth:            32
+TermBg2.borderLess:       true
+TermBg2.transparent:      true
 
 ! xvkbd
 xvkbd.Alt_R.width:        1
This page took 0.03807 seconds and 4 git commands to generate.