Advertisement
thefinn93

Untitled

Feb 13th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. finn@lady-gaga:~$ /usr/bin/gconftool-2 -g /desktop/gnome/peripherals/touchpad/disable_while_typing
  2. false
  3. finn@lady-gaga:~$ if [ `/usr/bin/gconftool-2 -g /desktop/gnome/peripherals/touchpad/disable_while_typing` == "false" ]; then
  4. > echo "HAX"
  5. > else
  6. > echo "LULZ"
  7. > fi
  8. HAX
  9. finn@lady-gaga:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement