cleanup
This commit is contained in:
parent
f66eb365c3
commit
eb1ddba59d
|
@ -12,9 +12,9 @@
|
||||||
editor = nvim
|
editor = nvim
|
||||||
excludesfile = ~/.config/git/excludes
|
excludesfile = ~/.config/git/excludes
|
||||||
whitespace = tab-in-indent
|
whitespace = tab-in-indent
|
||||||
[include]
|
|
||||||
path = ~/.config/git/host-setup
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = nvimdiff1
|
tool = nvimdiff1
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[include]
|
||||||
|
path = ~/.config/git/host-setup
|
||||||
|
|
|
@ -26,10 +26,10 @@ blur-kern = "3x3box";
|
||||||
blur-strength = 7;
|
blur-strength = 7;
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_g = 'Dunst'",
|
"class_g = 'Dunst'",
|
||||||
"class_g *= 'Thunderbird'",
|
"class_g = 'Thunderbird'",
|
||||||
"class_g *= 'slop'",
|
"class_g = 'slop'",
|
||||||
"_GTK_FRAME_EXTENTS@:c",
|
"_GTK_FRAME_EXTENTS@:c",
|
||||||
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||||
"class_g = 'xsecurelock-dimmer'"
|
"class_g = 'xsecurelock-dimmer'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue