From bb7503e3847f9dff66a22ada5c1ae69990952487 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Tue, 17 Mar 2015 20:03:05 -0400 Subject: [PATCH] Finally fixed elusive key in vim --- i3/config | 3 ++- shells/Xresources | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index df62c97..06909b2 100644 --- a/i3/config +++ b/i3/config @@ -54,7 +54,7 @@ bar { } } -new_window pixel 1 +new_window pixel 0 # split in vertical orientation bindsym $mod+v split h # split in horizontal orientation @@ -189,4 +189,5 @@ bindsym $mod+shift+p exec "~/.i3/run.sh pass" #exec --no-startup-id /usr/bin/synapse -s exec --no-startup-id /usr/bin/zeal exec --no-startup-id xset -b +exec --no-startup-id zsh -c 'pidof syncthing||screen -dmS syncthing /home/stonewareslord/applications/syncthing/syncthing ' # vim: ts=2:sw=2:et diff --git a/shells/Xresources b/shells/Xresources index 06e682a..68b53b8 100644 --- a/shells/Xresources +++ b/shells/Xresources @@ -42,3 +42,4 @@ UXTerm*color6: #00d7ff UXTerm*color14: #00d7ff UXTerm*color7: #ffffff UXTerm*color15: #ffffff +UXTerm*backarrowKey: false