# HG changeset patch # User Meredith Howard # Date 1402127799 14400 # Node ID c945635e1f3465cfa123161ed52f16eb9708ae72 # Parent 0d463cf25e9d6bad6415c8da060fec301f6d9195 Set up urxvt prefs, make default for i3 diff --git a/.Xdefaults b/.Xdefaults 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 + diff --git a/.i3/config b/.i3/config --- 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