https://github.com/vixalien/gnome-shell-extension-awake
Disable the screensaver & auto suspend in quick settings
https://github.com/vixalien/gnome-shell-extension-awake
Last synced: about 1 year ago
JSON representation
Disable the screensaver & auto suspend in quick settings
- Host: GitHub
- URL: https://github.com/vixalien/gnome-shell-extension-awake
- Owner: vixalien
- Created: 2023-02-05T23:59:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T11:08:25.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:04:47.107Z (over 1 year ago)
- Language: JavaScript
- Size: 376 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keep Awake
Keep Awake is a GNOME Shell extension that disables the screensaver and the screen lock.
It is useful for watching videos or presentations or when you need to keep your computer on for a long time without having to interact with it (e.g. when you're downloading something) also without having to fiddle with the power settings.
## Screenshot

## Download
Install from source by cloning this repository.
### Pack
```sh
git clone https://github.com/vixalien/gnome-shell-extension-awake.git && \
cd gnome-shell-extension-awake && \
gnome-extensions pack &&
gnome-extension install awake@com.vixalien.com.shell-extension.zip
```
Restart GNOME by logging out and back in.
## Inspiration
This extension is heavily inspired by the [Caffeine](https://extensions.gnome.org/extension/517/caffeine/) and [Espresso](https://extensions.gnome.org/extension/4135/espresso/) extensions.