Compare commits
No commits in common. "8fe62f295f300879ceffcdb49dbf157e4f1a2ca7" and "19069aba4454f91e018bf51729c778ee2cbd4879" have entirely different histories.
8fe62f295f
...
19069aba44
4 changed files with 9 additions and 3 deletions
|
@ -31,7 +31,7 @@ bindl=,switch:Lid Switch,exec,swaylock --effect-greyscale
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
bind=ALTSHIFT,C,exec,"/home/flyingstitchman/Documents/Games/Celeste/Celeste"
|
bind=ALTSHIFT,C,exec,"/home/flyingstitchman/Documents/Games/Celeste/Celeste"
|
||||||
bind=ALTSHIFT,O,exec,osu\!
|
bind=ALTSHIFT,O,exec,osu-lazer
|
||||||
bind=ALTSHIFT,R,exec,"/home/flyingstitchman/Documents/Games/factorio/bin/x64/factorio"
|
bind=ALTSHIFT,R,exec,"/home/flyingstitchman/Documents/Games/factorio/bin/x64/factorio"
|
||||||
bind=ALTSHIFT,S,exec,"/home/flyingstitchman/Documents/Games/Stardew Valley/StardewValley"
|
bind=ALTSHIFT,S,exec,"/home/flyingstitchman/Documents/Games/Stardew Valley/StardewValley"
|
||||||
bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe"
|
bind=ALTSHIFT,T,exec,gamescope -w 1280 -h 960 -f -r 60 wine "/home/flyingstitchman/Documents/Games/Touhou 15 - Legacy of Lunatic Kingdom/th15.exe"
|
||||||
|
|
|
@ -54,6 +54,13 @@ decoration {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Shadow
|
# Shadow
|
||||||
|
drop_shadow=0
|
||||||
|
shadow_range=15
|
||||||
|
shadow_render_power=2
|
||||||
|
shadow_ignore_window=1
|
||||||
|
col.shadow=0xdb331153
|
||||||
|
col.shadow_inactive=0x99333333
|
||||||
|
shadow_offset=3 2
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
rounding=15
|
rounding=15
|
||||||
|
|
|
@ -37,7 +37,7 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities()
|
||||||
local lspconfig = require('lspconfig')
|
local lspconfig = require('lspconfig')
|
||||||
|
|
||||||
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
|
-- Enable some language servers with the additional completion capabilities offered by nvim-cmp
|
||||||
local servers = { 'clangd', 'glsl_analyzer', 'tinymist', 'rust_analyzer', 'vhdl_ls', 'vtsls' }
|
local servers = { 'clangd', 'glsl_analyzer', 'rust_analyzer', 'tinymist', 'vhdl_ls', 'vtsls' }
|
||||||
for _, lsp in ipairs(servers) do
|
for _, lsp in ipairs(servers) do
|
||||||
lspconfig[lsp].setup {
|
lspconfig[lsp].setup {
|
||||||
-- on_attach = my_custom_on_attach,
|
-- on_attach = my_custom_on_attach,
|
||||||
|
|
|
@ -80,7 +80,6 @@ in
|
||||||
"p7zip"
|
"p7zip"
|
||||||
"pinentry"
|
"pinentry"
|
||||||
"rust-analyzer"
|
"rust-analyzer"
|
||||||
"rustup"
|
|
||||||
"tinymist"
|
"tinymist"
|
||||||
"unzip"
|
"unzip"
|
||||||
"vhdl-ls"
|
"vhdl-ls"
|
||||||
|
|
Loading…
Reference in a new issue