Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save slinkardbrandon/b5b0829c6dfd045a44fd185828f2ead7 to your computer and use it in GitHub Desktop.
Save slinkardbrandon/b5b0829c6dfd045a44fd185828f2ead7 to your computer and use it in GitHub Desktop.
Gnome / PopOS / Ubuntu "timeout" adjustment command
The default timeout where you get the "window is not responding" prompt gets pretty annoying, this command can be run in terminal to change that default from 5 seconds to 60.
```sh
gsettings set org.gnome.mutter check-alive-timeout 60000
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment