Skip to content

Instantly share code, notes, and snippets.

@leminhtr
Created March 30, 2018 16:10
Show Gist options
  • Save leminhtr/a7f12aa131130308aede2aec58ec5541 to your computer and use it in GitHub Desktop.
Save leminhtr/a7f12aa131130308aede2aec58ec5541 to your computer and use it in GitHub Desktop.
Add custom shortcut for putting active windows on top
# 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