Jafner.net/dotfiles_github/.scripts/window_reposition.sh

17 lines
430 B
Bash
Raw Normal View History

2021-11-12 09:19:11 -08:00
#!/bin/bash
2021-11-16 10:32:08 -08:00
#sleep 6
2021-11-12 11:00:23 -08:00
2021-11-12 09:19:11 -08:00
WINDOW_ID=$(xdotool search --onlyvisible --name ferdi)
2021-11-16 10:32:08 -08:00
xdotool windowsize $WINDOW_ID 1262 1317
xdotool windowmove $WINDOW_ID 6406 11
2021-11-12 09:19:11 -08:00
WINDOW_ID=$(xdotool search --onlyvisible --name pulseeffects)
2021-11-16 10:32:08 -08:00
xdotool windowsize $WINDOW_ID 1314 715
xdotool windowmove $WINDOW_ID 5106 676
WINDOW_ID=$(xdotool search --onlyvisible --name spot)
xdotool windowsize $WINDOW_ID 1290 704
xdotool windowmove $WINDOW_ID 5118 0
2021-11-12 09:19:11 -08:00