diff --git a/files/.Xresources b/files/.Xresources index f88326e..5c463ef 100644 --- a/files/.Xresources +++ b/files/.Xresources @@ -1,6 +1,6 @@ ! Font XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true -XTerm.vt100.faceSize: 9 +XTerm.vt100.faceSize: 13 ! Remove Scrollbar XTerm.vt100.scrollBar: false diff --git a/files/.bashrc b/files/.bashrc index 85add80..c503f5c 100644 --- a/files/.bashrc +++ b/files/.bashrc @@ -9,14 +9,8 @@ ICON="\[\033[1;92m\]λ\[\033[m\]" DIR="\[\033[1;94m\]\w\[\033[m\]" export PS1="${HOST} ${DIR}${GIT} ${ICON} " -# ============================== Exports -export VISUAL="vim" -export EDITOR="$VISUAL" -export LANG="en_US.UTF-8" -export TERM="xterm-256color" - # ============================== Aliases -alias emacsnw="TERM=xterm-direct emacsclient -c -nw -a 'emacs -nw'" +alias emacsnw="emacsclient -c -nw -a 'emacs -nw'" alias s="cd ~/scripts/" alias c='clear' diff --git a/files/.config/i3/config b/files/.config/i3/config index dba7db9..d6f4d53 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -12,6 +12,7 @@ workspace_layout stacking ### keybinds for starting bindsym $mod+Return exec alacritty +bindsym Ctrl+Return exec xterm bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+e exec "emacsclient -c" bindsym $mod+Ctrl+e exec "emacsclient --eval '(emacs-everywhere)'" diff --git a/files/.zshrc b/files/.zshrc index 5bef00a..d89a8b3 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -44,7 +44,7 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} " zstyle ':vcs_info:git:*' formats '|%b ' # ============================== Aliases -alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'" +alias emacsnw="emacsclient -nw -a 'emacs -nw'" if command -v rg &> /dev/null; then alias grep="rg"