Fix bspwm xfsettingsd missing, update vimrc
This commit is contained in:
parent
c7c57ac143
commit
2fce5aa14a
@ -12,6 +12,9 @@ al-compositor --start &
|
|||||||
# panel
|
# panel
|
||||||
al-polybar-session &
|
al-polybar-session &
|
||||||
|
|
||||||
|
# xfce settings
|
||||||
|
xfsettingsd &
|
||||||
|
|
||||||
# polkit, required for authentication
|
# polkit, required for authentication
|
||||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
|
@ -280,9 +280,9 @@ full-at = 99
|
|||||||
poll-interval = 5
|
poll-interval = 5
|
||||||
time-format = %H:%M
|
time-format = %H:%M
|
||||||
|
|
||||||
format-charging = <animation-charging> <label-charging>
|
format-charging = "<animation-charging> <label-charging> "
|
||||||
format-discharging = <ramp-capacity> <label-discharging>
|
format-discharging = "<ramp-capacity> <label-discharging> "
|
||||||
format-full = <ramp-capacity> <label-full>
|
format-full = "<ramp-capacity> <label-full> "
|
||||||
|
|
||||||
ramp-capacity-0 =
|
ramp-capacity-0 =
|
||||||
ramp-capacity-1 =
|
ramp-capacity-1 =
|
||||||
|
@ -56,7 +56,11 @@ if has('termguicolors') && $DISPLAY !=? '' && &t_Co == 256
|
|||||||
else
|
else
|
||||||
set nocursorline
|
set nocursorline
|
||||||
set notermguicolors
|
set notermguicolors
|
||||||
colorscheme evening
|
try
|
||||||
|
colorscheme jinx
|
||||||
|
catch
|
||||||
|
colorscheme evening
|
||||||
|
endtry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" change cursor shape for different editing modes (nvim does this by default)
|
" change cursor shape for different editing modes (nvim does this by default)
|
||||||
|
Reference in New Issue
Block a user