diff options
author | Adrian Kummerlaender | 2015-05-17 15:05:48 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2015-05-17 15:05:48 +0200 |
commit | e39e391f43efdd89131d97205d21cf43dbeb0679 (patch) | |
tree | c2fdf4f314d2a4aac315d35213450425d78c0145 /i3wm | |
parent | 1015fac6c8beb41fc8b4ee8735390c7093e74625 (diff) | |
download | dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.gz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.bz2 dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.lz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.xz dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.tar.zst dotfiles-e39e391f43efdd89131d97205d21cf43dbeb0679.zip |
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
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
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 |