Updated miscellaneous configuration elements

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-07 15:18:00 +02:00
parent 54c52b3f48
commit 53aabef1a5
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283
4 changed files with 34 additions and 11 deletions

View File

@ -4,8 +4,8 @@
pgrep -x sxhkd > /dev/null || sxhkd &
xrdb -load $HOME/.config/.Xresources &
dunst -conf $HOME/.config/dunst/dunstrc &
picom &
feh --bg-fill ~/Pictures/wallhaven-6ozkzl.jpg &
picom --experimental-backends &
feh --bg-fill ~/Pictures/wallhaven-dpzww3.jpg &
/usr/lib/kdeconnectd & disown
nextcloud & disown

View File

@ -1,16 +1,16 @@
{
"dependencies": {
"@yaegassy/coc-intelephense": ">=0.14.1",
"coc-clangd": ">=0.20.1",
"coc-cmake": ">=0.2.0",
"@yaegassy/coc-intelephense": ">=0.19.1",
"coc-clangd": ">=0.21.4",
"coc-cmake": ">=0.2.1",
"coc-css": ">=1.3.0",
"coc-html": ">=1.6.1",
"coc-java": ">=1.5.5",
"coc-json": ">=1.4.1",
"coc-json": ">=1.4.2",
"coc-python": ">=1.2.13",
"coc-rust-analyzer": ">=0.61.0",
"coc-rust-analyzer": ">=0.62.1",
"coc-sh": ">=0.6.1",
"coc-texlab": ">=3.2.0",
"coc-tsserver": ">=1.9.14"
"coc-tsserver": ">=1.10.4"
}
}

View File

@ -29,6 +29,6 @@ fade-in-step = 0.056;
fade-out-step = 0.06;
# Other
vsync = true;
dbe = false;
backend = "glx";
vsync = true;
dbe = false;
backend = "glx";

23
.gitconfig Normal file
View File

@ -0,0 +1,23 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
# name = Louis Vallat
email = louis@louis-vallat.xyz
name = Louis Vallat
signingkey = 0C87282F76E61283
[core]
editor = nvim
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[init]
defaultBranch = master
[credential]
helper = store
[commit]
gpgsign = true
[includeIf "gitdir:~/Documents/Projects/Git/pro/"]
path = ~/Documents/Projects/Git/pro/.gitconfig