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.

18 lines
260B

  1. #!/bin/bash
  2. for pad in `seq 0 20 560`
  3. do
  4. bspc config left_padding $pad
  5. done
  6. eval $(xdotool getmouselocation --shell)
  7. while [ "$X" -lt 250 ]
  8. do
  9. eval $(xdotool getmouselocation --shell)
  10. done
  11. for pad in `seq 560 -20 0`
  12. do
  13. bspc config left_padding $pad
  14. done