mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-28 19:27:13 +08:00
3 lines
142 B
Bash
Executable file
3 lines
142 B
Bash
Executable file
# Focuses the first youtube window
|
|
WINDOWID="$(wmctrl -l | grep -v "wmctrl" | grep -m 1 "YouTube" | awk '{print $1}')"
|
|
wmctrl -i -a $WINDOWID
|