Fix bspwm xfsettingsd missing, update vimrc
This commit is contained in:
parent
c7c57ac143
commit
2fce5aa14a
@ -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 &
|
||||
|
||||
|
@ -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 =
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user