Updated picom and bspwm and coc extension

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-03-28 10:02:11 +02:00
parent 65063d0aa9
commit ac85b3abdb
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
3 changed files with 11 additions and 12 deletions

View File

@ -5,8 +5,7 @@ pgrep -x sxhkd > /dev/null || sxhkd &
xrdb -load $HOME/.config/.Xresources & xrdb -load $HOME/.config/.Xresources &
dunst -conf $HOME/.config/dunst/dunstrc & dunst -conf $HOME/.config/dunst/dunstrc &
picom & picom &
feh --bg-fill ~/Pictures/ku8phghju9981.png & feh --bg-fill ~/Pictures/rzxn754qg6m81.jpg &
xset s off &
/usr/lib/kdeconnectd & disown /usr/lib/kdeconnectd & disown
nextcloud & disown nextcloud & disown

View File

@ -1,16 +1,16 @@
{ {
"dependencies": { "dependencies": {
"@yaegassy/coc-intelephense": ">=0.9.4", "@yaegassy/coc-intelephense": ">=0.14.1",
"coc-clangd": ">=0.17.0", "coc-clangd": ">=0.20.1",
"coc-cmake": ">=0.2.0", "coc-cmake": ">=0.2.0",
"coc-css": ">=1.2.6", "coc-css": ">=1.3.0",
"coc-html": ">=1.4.1", "coc-html": ">=1.6.1",
"coc-java": ">=1.5.4", "coc-java": ">=1.5.5",
"coc-json": ">=1.3.4", "coc-json": ">=1.4.1",
"coc-python": ">=1.2.13", "coc-python": ">=1.2.13",
"coc-rust-analyzer": ">=0.53.0", "coc-rust-analyzer": ">=0.61.0",
"coc-sh": ">=0.6.0", "coc-sh": ">=0.6.1",
"coc-texlab": ">=3.2.0", "coc-texlab": ">=3.2.0",
"coc-tsserver": ">=1.8.6" "coc-tsserver": ">=1.9.14"
} }
} }