fix TOTP
This commit is contained in:
parent
e9ed8b4816
commit
6d4aac9bf4
|
@ -147,7 +147,7 @@ keys.globalkeys = gears.table.join(
|
||||||
-- Generate IMEC TOTP
|
-- Generate IMEC TOTP
|
||||||
awful.key({modkey}, "i",
|
awful.key({modkey}, "i",
|
||||||
function()
|
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,
|
end,
|
||||||
{description = "Generate IMEC TOTP", group = "launcher"}
|
{description = "Generate IMEC TOTP", group = "launcher"}
|
||||||
),
|
),
|
||||||
|
|
|
@ -96,7 +96,14 @@ require("mason-lspconfig").setup {
|
||||||
}
|
}
|
||||||
|
|
||||||
require('lspconfig').pyright.setup {
|
require('lspconfig').pyright.setup {
|
||||||
capabilities = capabilities
|
capabilities = capabilities,
|
||||||
|
settings = {
|
||||||
|
python = {
|
||||||
|
analysis = {
|
||||||
|
typeCheckingMode = "off"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
require('lspconfig').texlab.setup {
|
require('lspconfig').texlab.setup {
|
||||||
|
|
|
@ -33,3 +33,11 @@ artifacts
|
||||||
stochasticity
|
stochasticity
|
||||||
playthrough
|
playthrough
|
||||||
StateManager
|
StateManager
|
||||||
|
defult
|
||||||
|
subclassing
|
||||||
|
spacebar
|
||||||
|
Latré
|
||||||
|
requantizing
|
||||||
|
rvalue
|
||||||
|
POMDPs
|
||||||
|
DQNs
|
||||||
|
|
Loading…
Reference in New Issue