mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Minimaze nvim config, update git config, clean configs
This commit is contained in:
parent
9b2871dd65
commit
1f5249ea78
25 changed files with 183 additions and 663 deletions
|
|
@ -9,7 +9,6 @@ shadow-offset-y = -7;
|
|||
shadow-exclude = [
|
||||
"override_redirect",
|
||||
"class_g = 'Firefox' && argb",
|
||||
#"class_g = 'Polybar'"
|
||||
];
|
||||
|
||||
############ Fading ###########
|
||||
|
|
@ -24,18 +23,9 @@ inactive-opacity = 1;
|
|||
active-opacity = 1;
|
||||
frame-opacity = 0.8;
|
||||
inactive-opacity-override = false;
|
||||
focus-exclude = [];
|
||||
opacity-exclude = [ "class_g = 'openbox'" ];
|
||||
opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];
|
||||
no-fading-openclose = true
|
||||
|
||||
##### Background-Blurring #####
|
||||
blur = false;
|
||||
#blur-method = "dual_kawase";
|
||||
#blur-strength = 5;
|
||||
#blur-kern = "3x3box";
|
||||
#blur-background-exclude = [];
|
||||
|
||||
|
||||
####### General Settings ######
|
||||
backend = "glx";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue