Compare commits

..

2 Commits

Author SHA1 Message Date
f9d5c1f65a nvim: Disable transparent mode for neovide 2025-02-26 10:05:04 +01:00
fa4126ab3d niri: Add debug shortcuts 2025-02-26 10:03:10 +01:00
2 changed files with 27 additions and 22 deletions

View File

@ -481,4 +481,9 @@ binds {
// Powers off the monitors. To turn them back on, do any input like
// moving the mouse or pressing any other key.
// 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; }
}

View File

@ -22,7 +22,7 @@ require("gruvbox").setup({
palette_overrides = {},
overrides = {},
dim_inactive = false,
transparent_mode = true,
transparent_mode = not vim.g.neovide,
})
require('color-scheme')