From e39e391f43efdd89131d97205d21cf43dbeb0679 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 17 May 2015 15:05:48 +0200 Subject: Added custom fish prompt and changed font * replaced the Droid family with Dejavu as it offers better readability and e.g. 0 and O are displayed differently --- i3wm/.i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3wm/.i3') diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 7992b7f..722996d 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -77,7 +77,7 @@ bar { status_command ~/.conky.sh workspace_buttons yes tray_output LVDS1 - font pango:Droid Sans Mono 13px + font pango:Dejavu Sans Mono 13px colors { background #161616 @@ -90,7 +90,7 @@ bar { } } -font pango:Droid Sans Mono 13px +font pango:Dejavu Sans Mono 13px hide_edge_borders both client.focused #909737 #909737 #222222 @@ -99,7 +99,7 @@ client.unfocused #222222 #222222 #999999 client.urgent #a5a5a5 #a5a5a5 #2e3436 client.background #161616 -bindsym Control+Return exec urxvtc -fn "xft:Droid\ Sans\ Mono:size=10" -title "Chicken Scheme REPL" -e csi -q +bindsym Control+Return exec urxvtc -fn "xft:Dejavu\ Sans\ Mono:size=10" -title "Chicken Scheme REPL" -e csi -q bindsym $mod+Return exec urxvtc bindsym $alt+Return exec gvim -- cgit v1.2.3