From 8da5ef83888da8a55881e10662cca01c84d93d0c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 9 Jun 2013 03:53:40 -0400 Subject: Run games in separate X server --- .zshrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index 7f5b0348..36a54e67 100644 --- a/.zshrc +++ b/.zshrc @@ -72,9 +72,7 @@ export PATH=$PATH:~/bin # Functions and aliases function game { - killall unclutter - $@ - unclutter -idle 3 -noevents & disown + xinit =$1 ${@:2} -- :1 vt6 } function pacman { -- cgit 1.4.1