Combined sync-shortcuts with sync-aliases
Also combined with Luke's sync-shortcuts.
This commit is contained in:
@@ -25,3 +25,15 @@ URxvt.perl-ext-common: default,matcher
|
||||
URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
! }}} Clickable URLs */
|
||||
|
||||
/* HiDPI {{{ */
|
||||
|
||||
Xft.dpi: 101
|
||||
Xft.autohint: 0
|
||||
Xft.lcdfilter: lcddefault
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.hinting: 1
|
||||
Xft.antialias: 1
|
||||
Xft.rgba: rgb
|
||||
|
||||
/* }}} HiDPI */
|
||||
|
||||
@@ -206,4 +206,4 @@ fi
|
||||
# Both PC/Laptop }}}
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
source /home/kevin/.aliases
|
||||
source /home/kevin/.key_aliases
|
||||
|
||||
@@ -43,7 +43,7 @@ autocmd BufRead commit-msg.txt set filetype=gitcommit tw=72
|
||||
autocmd BufNewFile,BufRead *.md set filetype=markdown
|
||||
autocmd Filetype markdown set textwidth=0
|
||||
|
||||
autocmd BufWritePost key_*.txt !sync-shortcuts
|
||||
autocmd BufWritePost key_* !sync-shortcuts
|
||||
autocmd VimLeave *.tex !tex-clean %
|
||||
|
||||
" " auto-reload vimrc {{{ "
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
numlockx
|
||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||
xrandr --auto
|
||||
# xrandr --auto
|
||||
exec i3
|
||||
|
||||
@@ -172,4 +172,4 @@ source /home/kevin/coding/spotify-lib-vis/src/api-keys.sh
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
export PASSWORD_STORE_CLIP_TIME=120
|
||||
source /home/kevin/.aliases
|
||||
source /home/kevin/.key_aliases
|
||||
|
||||
Reference in New Issue
Block a user