merge
This commit is contained in:
commit
16ec2e9534
|
@ -34,6 +34,7 @@ o.scrolloff = 8
|
|||
o.sidescrolloff = 8
|
||||
o.undofile = true
|
||||
o.title = true
|
||||
o.smartcase = true
|
||||
-- o.mouse = ""
|
||||
o.backspace = "indent,eol,start"
|
||||
o.termguicolors = true
|
||||
|
|
|
@ -4,3 +4,4 @@ ansible
|
|||
traefik
|
||||
yml
|
||||
yaml
|
||||
dir
|
||||
|
|
Binary file not shown.
|
@ -40,21 +40,7 @@ blur-background-exclude = [
|
|||
|
||||
transparent-clipping = true;
|
||||
transparent-clipping-exclude = [
|
||||
"class_g = 'Dunst'",
|
||||
"class_g = 'Thunderbird'",
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'xsecurelock-dimmer'",
|
||||
"class_g = 'spterm'",
|
||||
"class_g = 'spfile'",
|
||||
"class_g = 'spproc'",
|
||||
"class_g = 'spdisk'",
|
||||
"class_g = 'spvolm'",
|
||||
"class_g = 'sphelp'",
|
||||
"class_g = 'spinet'",
|
||||
"class_g = 'spwiki'",
|
||||
"class_g = 'spcalc'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
"_NET_WM_STATE@[*]:a *= '_NET_WM_STATE_HIDDEN'"
|
||||
"!class_g = 'St'"
|
||||
];
|
||||
|
||||
# Opacity
|
||||
|
|
Loading…
Reference in New Issue