From 6b27568eac9db090d4aeb0b7fd77bc3110562ccd Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 8 Jun 2013 17:28:49 -0400 Subject: Add game wrapper to kill/restart unclutter --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 0f0c7126..7f5b0348 100644 --- a/.zshrc +++ b/.zshrc @@ -71,6 +71,12 @@ export PATH=$PATH:~/bin # Functions and aliases +function game { + killall unclutter + $@ + unclutter -idle 3 -noevents & disown +} + function pacman { case $1 in -S | -S[^si]* | -R* | -U*) -- cgit 1.4.1