diff options
-rw-r--r-- | bash/alias.bash | 2 | ||||
-rw-r--r-- | termite/config | 2 | ||||
-rwxr-xr-x | xinitrc.d/00-misc.sh | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/bash/alias.bash b/bash/alias.bash index 6989479..6a92893 100644 --- a/bash/alias.bash +++ b/bash/alias.bash @@ -5,6 +5,8 @@ alias la="ls -a" alias ll="ls -lh" alias lla="ls -lha" +alias vim="nvim" + # Termite compat alias ssh="TERM=xterm-color ssh" diff --git a/termite/config b/termite/config index d9d3b82..354f0a0 100644 --- a/termite/config +++ b/termite/config @@ -3,4 +3,4 @@ foreground = #ffffff background = rgba (0,0,0,0.8) [options] -font = DejaVu Sans Mono for Powerline 10 +font = DejaVu Sans Mono for Powerline 12 diff --git a/xinitrc.d/00-misc.sh b/xinitrc.d/00-misc.sh index 14cc2e6..48652e9 100755 --- a/xinitrc.d/00-misc.sh +++ b/xinitrc.d/00-misc.sh @@ -3,7 +3,7 @@ xrdb .Xresources setxkbmap -layout de -/usr/bin/setxkbmap -option "caps:swapescape" +#/usr/bin/setxkbmap -option "caps:swapescape" redshift -l 48.814:11.3431 & |