Skip to content

Commit

Permalink
Update wm.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xircon authored Dec 27, 2016
1 parent 5c7efc8 commit 93366b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 93366b1

Please sign in to comment.