assign numbers to windows and use those to switch between them (gnome)

0

1

My workspace is very simple, just 4 windows (I have a dual display desktop), so I always have all my windows visible. What I would like to do is switch between them just using something like Windows+N where N is a number, so using Windows+1 would take me to the first window starting from the left and so on. Is this possible using gnome?

thanks!

user28961

Posted 2010-02-21T17:11:22.407

Reputation:

Answers

0

You might be able to do this with xbindkeys. Check out https://help.ubuntu.com/community/KeyboardShortcuts for more information.

ajackbot

Posted 2010-02-21T17:11:22.407

Reputation: 340

0

If the windows have predictable names, then xwit -names <text> will pop up any windows with a name starting with "text". You should be able to either run that directly as the action for the keybinding, or save it in an executable shell script, to be run when the keybinding is pressed.

Justin Smith

Posted 2010-02-21T17:11:22.407

Reputation: 3 746