- first 'usable' neovim config

- added config directory structure and config files for `navigate`
This commit is contained in:
quak
2024-12-25 00:46:55 +01:00
parent 42589e03b8
commit dfa71aef13
15 changed files with 1122 additions and 671 deletions

View File

@@ -14,7 +14,9 @@ fade-delta = 8;
# opacity
transparent-clipping = false;
opacity-rule = [
"90:class_g = 'Alacritty'"
"90:class_g = 'Alacritty'",
"85:class_g = 'Polybar'",
"95:class_g = 'SpeedCrunch'",
];
# corners
@@ -28,4 +30,4 @@ backend = "xrender";
vsync = true;
use-damage = true;
xrender-sync = true;
xrender-sync-fence = true;
xrender-sync-fence = true;