diff options
-rw-r--r-- | .Xresources | 2 | ||||
-rw-r--r-- | .bashrc | 2 | ||||
-rw-r--r-- | .i3/config | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 390f9a1..a6b9193 100644 --- a/.Xresources +++ b/.Xresources @@ -2,6 +2,6 @@ Xcursor.size: 16 XTerm*foreground: white XTerm*background: black XTerm*faceName: DejaVu\ Sans\ Mono\ for\ Powerline -XTerm*faceSize: 12.0 +XTerm*faceSize: 10.0 XTerm*selectToClipboard: true XTerm.vt100.locale: true @@ -9,6 +9,8 @@ #[ -n "$XTERM_VERSION" ] && transset-df --id "$WINDOWID" >/dev/null #MOVED TO COMPTON CONF +alias vim=nvim + export EDITOR=nvim export VISUAL=nvim @@ -9,7 +9,7 @@ # # Please see https://i3wm.org/docs/userguide.html for a complete reference! -set $mod Mod4 +set $mod Mod1 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. |