zedki

Moving A Window

Oct 20th, 2020 (edited)
1,922
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.18 KB | None | 0 0
  1. #!/bin/bash
  2. # bluefish script to position window
  3.  
  4. bluefish
  5.  
  6.  
  7. output=$(xdotool search --onlyvisible --name bluefish)
  8. WINDOW=$(echo $output)
  9. xdotool windowmove $WINDOW 530 300
Add Comment
Please, Sign In to add comment