diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-06-10 09:51:40 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-06-10 09:53:13 -0700 |
commit | 4806d169e4cd723e1333ceb5865b50908e263552 (patch) | |
tree | f20c2237d9f326e2e409b8f1c5e58f66863f0597 /base | |
parent | 7d26d50a884a1924509d6e584ef0b9c212b2f06a (diff) |
Making some visual changes
Diffstat (limited to 'base')
-rw-r--r-- | base/Xresources | 13 | ||||
-rw-r--r-- | base/config/i3/config.d/00_base_config | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/base/Xresources b/base/Xresources index edbd853..7c9b108 100644 --- a/base/Xresources +++ b/base/Xresources @@ -11,7 +11,16 @@ Xft.lcdfilter: lcddefault Rxvt.background: #1a1a1a Rxvt.foreground: white Rxvt.scrollBar: false -Rxvt.font: xft:Monospace:size=10:autohint=true -Rxvt.letterSpace: 0 +Rxvt.font: xft:Inconsolata:size=11:autohint=true +!Rxvt.letterSpace: 0 +Rxvt.fade: 25 URxvt*urgentOnBell: true +URxvt*transparent: true +URxvt*shading: 15 + +XTerm*background: rgb:1a/1a/1a +XTerm*foreground: white +XTerm*scrollBar: false +XTerm*faceName: xft:Inconsolata:size=11:autohint=true +XTerm*bellIsUrgent: true diff --git a/base/config/i3/config.d/00_base_config b/base/config/i3/config.d/00_base_config index f8d3a9b..5ed414d 100644 --- a/base/config/i3/config.d/00_base_config +++ b/base/config/i3/config.d/00_base_config @@ -10,7 +10,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 hide_edge_borders both ## Bindings to start programs -bindsym $mod+space exec i3-dmenu-desktop +bindsym $mod+space exec dmenu_run bindsym $mod+Return exec i3-sensible-terminal # kill focused window @@ -121,7 +121,7 @@ bar { status_command conky-i3bar position top tray_output primary - font xft:Monospace 8 + font xft:Inconsolata 10 } |