From 4806d169e4cd723e1333ceb5865b50908e263552 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Mon, 10 Jun 2013 09:51:40 -0700 Subject: Making some visual changes --- base/Xresources | 13 +++++++++++-- base/config/i3/config.d/00_base_config | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'base') 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 } -- cgit v1.2.3