Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- WID=$(xprop -root | grep "_NET_ACTIVE_WINDOW(WINDOW)"| awk '{print $5}')
- xdotool windowfocus $WID
- xdotool key ctrl+shift+t
- wmctrl -i -a $WID
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement