From 93366b1c30bbf74cd9213e38ec524d0ca06aab5b Mon Sep 17 00:00:00 2001 From: xircon Date: Tue, 27 Dec 2016 23:06:20 +0000 Subject: [PATCH] Update wm.py --- wm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm.py b/wm.py index 2bc6e1a..4f59ab4 100644 --- a/wm.py +++ b/wm.py @@ -121,7 +121,7 @@ def handleButton6(self): def handleButton7(self): print("Button7") os.system("killall compton") - os.system("compiz --replace &") + os.system("compiz --replace ccp &") def handleButton8(self): print("Button8")