start new:
tmux
start new with session name:
tmux new -s myname
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| Version 2, December 2004 | |
| Copyright (C) 2011 YOUR_NAME_HERE <YOUR_URL_HERE> | |
| Everyone is permitted to copy and distribute verbatim or modified | |
| copies of this license document, and changing it is allowed as long | |
| as the name is changed. | |
| DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
| Use the xrandr command: | |
| xrandr -o normal|inverted|left|right | |
| If you want permanent changes, use this option in the "Monitor" section of | |
| /etc/X11/xorg.conf: | |
| Option "Rotate" "right" |
| Code | |
| $("button").single_double_click(function () { | |
| alert("Try double-clicking me!") | |
| }, function () { | |
| alert("Double click detected, I'm hiding") | |
| $(this).hide() | |
| }) | |