config changes

This commit is contained in:
Oliver Atkinson 2023-11-17 20:29:20 -07:00
parent 678846d378
commit edf0a89c7b
2 changed files with 21 additions and 0 deletions

View File

@ -2,4 +2,24 @@
"java.import.gradle.java.home": "/usr/lib/jvm/java-17-openjdk",
"java.jdt.ls.java.home": "/usr/lib/jvm/java-17-openjdk",
"semanticTokens.enable": true,
"inlayHint.enable": true,
"inlayHint.display": true,
"inlayHint.enableParameter": true,
"languageserver": {
"ccls": {
"command": "ccls",
"filetypes": ["c", "cpp", "cuda", "objc", "objcpp"],
"rootPatterns": [".ccls-root", "compile_commands.json"],
"initializationOptions": {
"cache": {
"directory": ".ccls-cache"
},
"client": {
"snippetSupport": true
}
}
}
}
}

View File

@ -39,6 +39,7 @@ xcompmgr -n &
xrandr --output HDMI-1 --mode 1920x1080 --rate 60 --brightness 0.8 --left-of DP-3
xrandr --output DP-3 --mode 1920x1080 --rate 165 --brightness 0.8 --primary
otd-daemon & disown
start-pipewire &
dbus-launch --exit-with-session awesome