From 01314ce5587130c5bb783a127ec3bcdc741f7e1f Mon Sep 17 00:00:00 2001 From: drymer Date: Mon, 28 May 2018 06:54:12 +0200 Subject: [PATCH] Make emacs not transparent --- roles/shell-dotfiles/files/compton.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/shell-dotfiles/files/compton.conf b/roles/shell-dotfiles/files/compton.conf index 2961467..5ee8223 100644 --- a/roles/shell-dotfiles/files/compton.conf +++ b/roles/shell-dotfiles/files/compton.conf @@ -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'" ];