fix TOTP
This commit is contained in:
parent
e9ed8b4816
commit
6d4aac9bf4
|
@ -147,7 +147,7 @@ keys.globalkeys = gears.table.join(
|
|||
-- Generate IMEC TOTP
|
||||
awful.key({modkey}, "i",
|
||||
function()
|
||||
awful.spawn.with_shell("ykman oath accounts code \"Microsoft (IMEC)\" | cut -d ' ' -f 5 | xsel --clipboard")
|
||||
awful.spawn.with_shell("ykman oath accounts code \"Microsoft (IMEC)\" | cut -d ' ' -f 4 | xsel --clipboard")
|
||||
end,
|
||||
{description = "Generate IMEC TOTP", group = "launcher"}
|
||||
),
|
||||
|
|
|
@ -96,7 +96,14 @@ require("mason-lspconfig").setup {
|
|||
}
|
||||
|
||||
require('lspconfig').pyright.setup {
|
||||
capabilities = capabilities
|
||||
capabilities = capabilities,
|
||||
settings = {
|
||||
python = {
|
||||
analysis = {
|
||||
typeCheckingMode = "off"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
require('lspconfig').texlab.setup {
|
||||
|
|
|
@ -33,3 +33,11 @@ artifacts
|
|||
stochasticity
|
||||
playthrough
|
||||
StateManager
|
||||
defult
|
||||
subclassing
|
||||
spacebar
|
||||
Latré
|
||||
requantizing
|
||||
rvalue
|
||||
POMDPs
|
||||
DQNs
|
||||
|
|
Loading…
Reference in New Issue