1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-02-16 12:04:41 +01:00
parent 073a51e041
commit 05b88d2967
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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'"
];