Skip to content

Instantly share code, notes, and snippets.

@rightson
Created January 27, 2022 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightson/f11841650855d4bbcf3a8c1ef2309261 to your computer and use it in GitHub Desktop.
Save rightson/f11841650855d4bbcf3a8c1ef2309261 to your computer and use it in GitHub Desktop.
# Minimize current window
xdotool windowminimize $(xdotool getactivewindow)
# Make current window always on top
wmctrl -r :ACTIVE: -b toggle,above
# Undo aways-on-top window
wmctrl -r :ACTIVE: -b remove,above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment