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