Compare commits
2 Commits
a68cd06f99
...
f9d5c1f65a
| Author | SHA1 | Date | |
|---|---|---|---|
|
f9d5c1f65a
|
|||
|
fa4126ab3d
|
@ -481,4 +481,9 @@ binds {
|
|||||||
// Powers off the monitors. To turn them back on, do any input like
|
// Powers off the monitors. To turn them back on, do any input like
|
||||||
// moving the mouse or pressing any other key.
|
// moving the mouse or pressing any other key.
|
||||||
// Mod+Shift+P { power-off-monitors; }
|
// Mod+Shift+P { power-off-monitors; }
|
||||||
|
|
||||||
|
// Debugging
|
||||||
|
Mod+Shift+Ctrl+T { toggle-debug-tint; }
|
||||||
|
Mod+Shift+Ctrl+O { debug-toggle-opaque-regions; }
|
||||||
|
Mod+Shift+Ctrl+D { debug-toggle-damage; }
|
||||||
}
|
}
|
||||||
|
|||||||
@ -22,7 +22,7 @@ require("gruvbox").setup({
|
|||||||
palette_overrides = {},
|
palette_overrides = {},
|
||||||
overrides = {},
|
overrides = {},
|
||||||
dim_inactive = false,
|
dim_inactive = false,
|
||||||
transparent_mode = true,
|
transparent_mode = not vim.g.neovide,
|
||||||
})
|
})
|
||||||
|
|
||||||
require('color-scheme')
|
require('color-scheme')
|
||||||
|
|||||||
Reference in New Issue
Block a user