Description | Command |
---|---|
Start a new session with session name | screen -S <session_name> |
List running sessions / screens | screen -ls |
Attach to a running session | screen -x |
Attach to a running session with name | screen -r |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# show all windows in workspace | |
gesture swipe up 3 xdotool key alt+control+Down | |
# show Desktop | |
gesture swipe down 3 xdotool key super+d | |
# move current workspace for left | |
gesture swipe left 4 xdotool key alt+control+Right | |
# move current workspace for right |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#PornHub ASCII player 1.0 | |
#Copyright Tobias Girstmair | |
#Licenced under GPLv3 (GNU Public Licence) | |
#iSticktoit.net | |
#Do not remove this notice | |
progName="PornHub / YouPorn ASCII Player v1.0" | |
playMode=0 # 0=vlc, 1=vlc new window, 2=mplayer, 3=mplayer new window | |
logFile=/dev/null |
NewerOlder