From abd1a67a9063e67319a184030c9b7463b87e317c Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 17 Jun 2019 17:11:52 +0200 Subject: asdf --- .Xresources | 2 +- .bashrc | 2 ++ .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 diff --git a/.bashrc b/.bashrc index 1725fa7..6cd7d97 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/.i3/config b/.i3/config index fe769ba..0c3e9b3 100644 --- a/.i3/config +++ b/.i3/config @@ -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. -- cgit v1.2.3