Skip to content

Instantly share code, notes, and snippets.

@kotobukid
Created October 3, 2012 05:07
Show Gist options
  • Save kotobukid/3825130 to your computer and use it in GitHub Desktop.
Save kotobukid/3825130 to your computer and use it in GitHub Desktop.
ubuntu起動直後にExpoが有効になっていない事が多く、そんな時compizを再起動してやれば有効になるみたい…なので取り急ぎ
#!/bin/bash
kill -9 `ps aux | grep compiz | grep -v grep | awk -F" " '{ print $2 }'`
compiz &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment