PDA

View Full Version : [SOLVED] Xubuntu's mouse-sized but greatly annoying flaw...



neu5eeCh
May 7th, 2011, 11:28 PM
It seems that users have been asking for an "Always on Top" button for over half a decade. Seems like it would be a silly, easy thing to do. There's not even a keyboard shortcut for it.

Has anyone found a workaround?

Toz
May 7th, 2011, 11:40 PM
1. sudo apt-get install wmctrl

2. Goto "Application Shortcuts" in Keyboard Settings.

3. Create a new shortcut:
Command = wmctrl -r :ACTIVE: -b toggle,above
Shortcut = whatever key combination you want

neu5eeCh
May 8th, 2011, 12:48 AM
1. sudo apt-get install wmctrl

2. Goto "Application Shortcuts" in Keyboard Settings.

3. Create a new shortcut:
Command = wmctrl -r :ACTIVE: -b toggle,above
Shortcut = whatever key combination you want

:shock: You. Are. A. Linux. Deity.