From 3fd46f7699296fb8bea2b2306e3259d576b233c0 Mon Sep 17 00:00:00 2001 From: sqozz Date: Wed, 21 Jan 2015 13:48:44 +0100 Subject: [PATCH 1/4] added .Xresources --- xresources/.Xresources | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 xresources/.Xresources diff --git a/xresources/.Xresources b/xresources/.Xresources new file mode 100644 index 0000000..c61e019 --- /dev/null +++ b/xresources/.Xresources @@ -0,0 +1,56 @@ +!urxvt color scheme: +URxvt*depth: 32 +URxvt*background: #2B2B2B +URxvt*foreground: #DEDEDE +URxvt*colorUL: #86a2b0 +! black +URxvt*color0: #2E3436 +URxvt*color8: #555753 +! red +URxvt*color1: #CC0000 +URxvt*color9: #EF2929 +! green +URxvt*color2: #4E9A06 +URxvt*color10: #8AE234 +! yellow +URxvt*color3: #C4A000 +URxvt*color11: #FCE94F +! blue +URxvt*color4: #3465A4 +URxvt*color12: #729FCF +! magenta +URxvt*color5: #75507B +URxvt*color13: #AD7FA8 +! cyan +URxvt*color6: #06989A +URxvt*color14: #34E2E2 +! white +URxvt*color7: #D3D7CF +URxvt*color15: #EEEEEC + +!urxvt fonts: +URxvt*font: xft:Monospace:pixelsize=12 +URxvt*boldFont: xft:Monospace:bold:pixelsize=12 + +!urxvt extensions: +URxvt.perl-ext-common: default,matcher,tabbedex + +!enabling clickable links: +URxvt.urlLauncher: /usr/bin/firefox +URxvt.matcher.button: 1 + +!urxvt scrolling options and cursor style: +URxvt*saveLines: 12000 +URxvt*scrollstyle:plain +URxvt*scrollBar: false +URxvt*cursorBlink: true +URxvt*cursorUnderline: true + +! urxvt tabs settings: +URxvt.tabbed.tabbar-fg: 2 +URxvt.tabbed.tabbar-bg: 0 +URxvt.tabbed.tab-fg: 2 +URxvt.tabbed.tab-bg: 8 +URxvt.tabbed.autohide: no +URxvt.tabbed.new-button: no +URxvt.tabbed.title: no From c8ffb897783634fa7a5f3d00a4fbcfda7ed8e473 Mon Sep 17 00:00:00 2001 From: sqozz Date: Wed, 21 Jan 2015 13:51:21 +0100 Subject: [PATCH 2/4] added transparency for xcompmgr --- xresources/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xresources/.Xresources b/xresources/.Xresources index c61e019..fde3133 100644 --- a/xresources/.Xresources +++ b/xresources/.Xresources @@ -1,6 +1,6 @@ !urxvt color scheme: URxvt*depth: 32 -URxvt*background: #2B2B2B +URxvt*background: [80]#2B2B2B URxvt*foreground: #DEDEDE URxvt*colorUL: #86a2b0 ! black From e96e74e99297596158f2d42bc540bc8e96ee36db Mon Sep 17 00:00:00 2001 From: sqozz Date: Wed, 21 Jan 2015 13:53:50 +0100 Subject: [PATCH 3/4] changed the cursor into a square --- xresources/.Xresources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xresources/.Xresources b/xresources/.Xresources index fde3133..466169a 100644 --- a/xresources/.Xresources +++ b/xresources/.Xresources @@ -44,7 +44,7 @@ URxvt*saveLines: 12000 URxvt*scrollstyle:plain URxvt*scrollBar: false URxvt*cursorBlink: true -URxvt*cursorUnderline: true +URxvt*cursorUnderline: false ! urxvt tabs settings: URxvt.tabbed.tabbar-fg: 2 From ecac0eecc980a649131bf25336fc9c0e89d4abef Mon Sep 17 00:00:00 2001 From: sqozz Date: Wed, 21 Jan 2015 17:18:28 +0100 Subject: [PATCH 4/4] make urxvt urgent if a bell rings (for highlights in irc) --- xresources/.Xresources | 1 + 1 file changed, 1 insertion(+) diff --git a/xresources/.Xresources b/xresources/.Xresources index 466169a..815a105 100644 --- a/xresources/.Xresources +++ b/xresources/.Xresources @@ -45,6 +45,7 @@ URxvt*scrollstyle:plain URxvt*scrollBar: false URxvt*cursorBlink: true URxvt*cursorUnderline: false +URxvt.urgentOnBell: true ! urxvt tabs settings: URxvt.tabbed.tabbar-fg: 2