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
XTerm.vt100.faceName: xft:SFMono Nerd Font Mono:antialias=true
XTerm.vt100.faceSize: 9
XTerm.vt100.faceSize: 13
! Remove Scrollbar
XTerm.vt100.scrollBar: false

View File

@@ -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'

View File

@@ -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)'"

View File

@@ -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"