Make emacs not transparent

This commit is contained in:
drymer 2018-05-28 06:54:12 +02:00
parent a29b49ddb0
commit 01314ce558
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
opacity-rule = [
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"80:class_g = 'Emacs'"
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];