From 44a519158b40d697a0ffb73a5829163760e87e74 Mon Sep 17 00:00:00 2001 From: Curtis 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 177a84d0..5bb13fba 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