From d9e224ba768e01db3b5b2cb0e47c4c4ea49a4723 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 5 Sep 2017 23:08:08 -0500 Subject: changes --- dotfiles/Xresources | 6 +++++- i3/config | 11 ++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 0583ae5..071b082 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -15,4 +15,8 @@ *color12: rgb:8a/be/b7 *color13: rgb:81/a2/be *color14: rgb:b2/94/bb -*color15: rgb:a3/68/5a \ No newline at end of file +*color15: rgb:a3/68/5a + +XTerm.vt100.faceName: DejaVu Sans Mono:style=Book:antialias=false +XTerm.vt100.faceNameDoublesize: WenQuanYi Bitmap Song +XTerm.vt100.faceSize: 10 \ No newline at end of file diff --git a/i3/config b/i3/config index f334c81..30a582b 100644 --- a/i3/config +++ b/i3/config @@ -17,18 +17,15 @@ font pango:DejaVu Sans Mono 10 floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal -#bindsym $mod+Return exec urxvt +#bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec xterm # kill focused window bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -# There also is the (new) i3-dmenu-desktop which only displays applications -# shipping a .desktop file. It is a wrapper around dmenu, so you need that -# installed. -# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop +bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -nb '#373b41' -sb '#373b41' -sf '#f0c674'" +#bindsym $mod+d exec dmenu_run -nb '#fdf6e3' -nf '#586c75' -sf '#fdf6e3' -sb '#b58900' # change focus bindsym $mod+j focus left -- cgit v1.2.3