Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
150 B

  1. #!/bin/bash
  2. # printf 'twem.tk/.png' | xclip -selection clipboard
  3. sleep .3
  4. xdotool type 'twem.tk/.png'
  5. for i in {1..4} ; do
  6. xdotool key Left
  7. done