Fix bspwm xfsettingsd missing, update vimrc

This commit is contained in:
natemaia 2018-08-13 20:51:42 -07:00
parent c7c57ac143
commit 2fce5aa14a
3 changed files with 11 additions and 4 deletions

View File

@ -12,6 +12,9 @@ al-compositor --start &
# panel
al-polybar-session &
# xfce settings
xfsettingsd &
# polkit, required for authentication
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &

View File

@ -280,9 +280,9 @@ full-at = 99
poll-interval = 5
time-format = %H:%M
format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging>
format-full = <ramp-capacity> <label-full>
format-charging = "<animation-charging> <label-charging> "
format-discharging = "<ramp-capacity> <label-discharging> "
format-full = "<ramp-capacity> <label-full> "
ramp-capacity-0 = 
ramp-capacity-1 = 

View File

@ -56,7 +56,11 @@ if has('termguicolors') && $DISPLAY !=? '' && &t_Co == 256
else
set nocursorline
set notermguicolors
colorscheme evening
try
colorscheme jinx
catch
colorscheme evening
endtry
endif
" change cursor shape for different editing modes (nvim does this by default)