Various tweaks
[X11] Bump terminal font size to 14 [?!] [X11] Reduce terminal DPI setting to 192 [nop?] [git] Reinstate git-delta as default git pager [xmonad] Use dots for bottom [zsh] Reinstate navi and nvm
This commit is contained in:
parent
a6c1b316e1
commit
d15d87b077
4 changed files with 12 additions and 9 deletions
|
@ -1,7 +1,5 @@
|
|||
*.termName: xterm-256color
|
||||
*faceName: Fantasque Sans Mono:size=8
|
||||
! XTerm*eightBitInput: false
|
||||
! XTerm*eightBitOutput: true
|
||||
*faceName: FantasqueSansMono Nerd Font:size=14
|
||||
*metaSendsEscape: true
|
||||
|
||||
*VT100.Translations: #override \n\
|
||||
|
@ -20,7 +18,7 @@ Xft.antialias: true
|
|||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintfull
|
||||
Xft.dpi: 220
|
||||
Xft.dpi: 192
|
||||
! }}}
|
||||
|
||||
! Cursor {{{
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
name = Adam Cooper
|
||||
email = adam@theadamcooper.com
|
||||
|
||||
# [core]
|
||||
# pager = delta
|
||||
[core]
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
|
|
@ -6,7 +6,7 @@ sleep 16
|
|||
# /usr/sbin/qutebrowser --restore home & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2"
|
||||
# /usr/sbin/qutebrowser & sleep 5 && sh -c "wmctrl -r qutebrowser -t 2"
|
||||
# /usr/sbin/firefox-developer-edition & sleep 5 && sh -c "wmctrl -r firefox -t 2"
|
||||
/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light & sleep 5 && sh -c "wmctrl -r btm -t 1"
|
||||
/usr/sbin/xterm -fa 'Fantasque Sans Mono:size=6' -e btm --battery --color gruvbox-light --dot_marker & sleep 5 && sh -c "wmctrl -r btm -t 1"
|
||||
# /usr/sbin/xterm -e newsboat & sleep 5 && sh -c "wmctrl -r newsboat -t 4"
|
||||
# /usr/sbin/xterm -e joplin & sleep 5 && sh -c "wmctrl -r joplin -t 5"
|
||||
/usr/sbin/cbatticon &
|
||||
|
|
|
@ -114,13 +114,18 @@ cursor_mode
|
|||
eval "$(zoxide init zsh)"
|
||||
|
||||
# navi #
|
||||
# eval "$(navi widget zsh)"
|
||||
eval "$(navi widget zsh)"
|
||||
|
||||
# tmuxp completion
|
||||
eval "$(_TMUXP_COMPLETE=source_zsh tmuxp)"
|
||||
|
||||
source /home/adam/.cargo/env
|
||||
# source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
# nvm
|
||||
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.config/nvm"
|
||||
source /usr/share/nvm/nvm.sh
|
||||
source /usr/share/nvm/bash_completion
|
||||
source /usr/share/nvm/install-nvm-exec
|
||||
|
||||
# rbenv
|
||||
# eval "$(rbenv init -)"
|
||||
|
|
Loading…
Reference in a new issue