- first 'usable' neovim config
- added config directory structure and config files for `navigate`
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user