Set up urxvt prefs, make default for i3

Sat, 07 Jun 2014 03:56:39 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 07 Jun 2014 03:56:39 -0400
changeset 27
c945635e1f34
parent 26
0d463cf25e9d
child 28
05694efc29da
child 29
c3e57b348ed2

Set up urxvt prefs, make default for i3

.Xdefaults file | annotate | diff | comparison | revisions
.i3/config file | annotate | diff | comparison | revisions
new file mode 100644
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,17 @@
+
+URxvt.foreground: white
+URxvt.background: #070707
+URxvt.font: xft:monospace-10
+
+URxvt.scrollstyle: plain
+URxvt.scrollBar_right: true
+URxvt.scrollBar_floating: true
+
+URxvt.visualBell: true
+URxvt.urgentOnBell: true
+
+URxvt.saveLines: 1000
+
+URxvt.iso14755: false
+URxvt.iso14755_52: false
+
--- a/.i3/config
+++ b/.i3/config
@@ -25,7 +25,7 @@ font pango:Droid Sans Mono Slashed 10
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec urxvt
 
 # kill focused window
 bindsym $mod+Shift+q kill

mercurial