Skip to content

Instantly share code, notes, and snippets.

@UnderlineWords
Last active May 29, 2021 18:12
Show Gist options
  • Save UnderlineWords/3492bea075528d70a2e513f47b5d973a to your computer and use it in GitHub Desktop.
Save UnderlineWords/3492bea075528d70a2e513f47b5d973a to your computer and use it in GitHub Desktop.
Disable window animations for Openbox based window manager on Linux.
  • Open the Terminal.
  • Type: sudo nano ~/.config/openbox/lxqt-rc.xml
  • Look for <animateIconify>yes</animateIconify> then change it to <animateIconify>no</animateIconify>
  • Save the file.
  • Type: openbox --reconfigure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment