From a0bbca914b541b85a4c38dca657bee8df6b0ef19 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 19 Jan 2016 01:20:43 -0600 Subject: [PATCH] fixed some stuuuffff --- arch_linux_init/utils.bash | 2 +- sh/bashrc | 5 ++++- x/xresources | 4 ++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/arch_linux_init/utils.bash b/arch_linux_init/utils.bash index 3855aac..9d4e6ec 100755 --- a/arch_linux_init/utils.bash +++ b/arch_linux_init/utils.bash @@ -7,7 +7,7 @@ sudo pacman -S \ rofi \ slock \ the_silver_searcher \ - thunar \ + thunar thunar-volman \ luakit \ alsa-utils \ --noconfirm diff --git a/sh/bashrc b/sh/bashrc index 0de0961..c8d343a 100644 --- a/sh/bashrc +++ b/sh/bashrc @@ -4,7 +4,7 @@ BASE16_SHELL="$DOTFILES_PATH/colors/shell" [[ -s "$BASE16_SHELL" ]] && source "$BASE16_SHELL" # disable ctrl-s terminal freeze -stty -ixon +[[ $- == *i* ]] && stty -ixon # filesystem aliases alias lx='ls -lXB' # order by filetype @@ -43,6 +43,9 @@ alias gac="git add -A && git commit -m" # networking aliases alias p="ping 8.8.8.8" +# emacs aliases +alias emacs="emacs -nw" + if command -v nvim >/dev/null 2>&1; then alias vim="nvim" alias ovim="\vim" diff --git a/x/xresources b/x/xresources index 011ec91..9740344 100755 --- a/x/xresources +++ b/x/xresources @@ -3,6 +3,8 @@ #define iconfont xft:stlarch-9 #define primaryletterspace -2 +#define emacspfont Monaco 9 + *font: primaryfont *faceName: primaryfont *boldFont: primaryfont @@ -14,6 +16,8 @@ *intensityStyles: true *utf8: 2 +emacs.font: emacspfont + *depth: 32 URxvt.internalBorder: 10