Created
March 30, 2018 16:10
-
-
Save leminhtr/a7f12aa131130308aede2aec58ec5541 to your computer and use it in GitHub Desktop.
Add custom shortcut for putting active windows on top
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install package to make windows always on top : | |
sudo apt-fast install -y wmctrl | |
# Set this command in shortcut settings to ctrl+space | |
wmctrl -r :ACTIVE: -b toggle,above |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment