Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. # split horizontally
  4. xdotool key ctrl+b+shift+5
  5.  
  6. # split vertically
  7. xdotool key ctrl+b
  8. xdotool type '"'
  9.  
  10. # back to left window
  11. xdotool key ctrl+b
  12. xdotool key Left
  13.  
  14. # idk why
  15. xdotool type ' '
  16. # split vertically
  17. xdotool key ctrl+b
  18. xdotool type '"'
  19.  
  20. # back
  21. xdotool key ctrl+b
  22. xdotool key Up
  23. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement