Fix things

This commit is contained in:
Marco Thomas
2021-07-29 10:48:58 +02:00
parent 8cd45abe6f
commit 6c8d75ee8f
4 changed files with 4 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
! Font ! Font
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 9 XTerm.vt100.faceSize: 13
! Remove Scrollbar ! Remove Scrollbar
XTerm.vt100.scrollBar: false XTerm.vt100.scrollBar: false

View File

@@ -9,14 +9,8 @@ ICON="\[\033[1;92m\]λ\[\033[m\]"
DIR="\[\033[1;94m\]\w\[\033[m\]" DIR="\[\033[1;94m\]\w\[\033[m\]"
export PS1="${HOST} ${DIR}${GIT} ${ICON} " export PS1="${HOST} ${DIR}${GIT} ${ICON} "
# ============================== Exports
export VISUAL="vim"
export EDITOR="$VISUAL"
export LANG="en_US.UTF-8"
export TERM="xterm-256color"
# ============================== Aliases # ============================== 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 s="cd ~/scripts/"
alias c='clear' alias c='clear'

View File

@@ -12,6 +12,7 @@ workspace_layout stacking
### keybinds for starting ### keybinds for starting
bindsym $mod+Return exec alacritty bindsym $mod+Return exec alacritty
bindsym Ctrl+Return exec xterm
bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+e exec "emacsclient -c" bindsym $mod+e exec "emacsclient -c"
bindsym $mod+Ctrl+e exec "emacsclient --eval '(emacs-everywhere)'" bindsym $mod+Ctrl+e exec "emacsclient --eval '(emacs-everywhere)'"

View File

@@ -44,7 +44,7 @@ export PROMPT="${NAME}${DIR}${GIT} ${ICON}%{$reset_color%} "
zstyle ':vcs_info:git:*' formats '|%b ' zstyle ':vcs_info:git:*' formats '|%b '
# ============================== Aliases # ============================== Aliases
alias emacsnw="TERM=alacritty-direct emacsclient -nw -a 'vim'" alias emacsnw="emacsclient -nw -a 'emacs -nw'"
if command -v rg &> /dev/null; then if command -v rg &> /dev/null; then
alias grep="rg" alias grep="rg"