Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function wsdims(){
  2. if [[ "$#" -ne 2 ]]; then
  3. echo "USAGE : ${FUNCNAME[0]} <width> <height>";
  4. return -1;
  5. else
  6. gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ hsize $1
  7. gsettings set org.compiz.core:/org/compiz/profiles/unity/plugins/core/ vsize $2
  8. fi
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement