gnome-shell-extension-unblank icon indicating copy to clipboard operation
gnome-shell-extension-unblank copied to clipboard

Allow custom delay values

Open tribut opened this issue 3 years ago • 3 comments

Would be great, if the amount of delay before turning off the monitor could be chosen arbitrarily, not just from a dropdown list.

Thanks a lot for your work so far, really useful extension!

tribut avatar Sep 02 '20 15:09 tribut

I don't know how easy/hard is to add this in Gnome Shell extension, but as a workaround you can just edit prefs.js and add required values.

szpak avatar Sep 02 '20 16:09 szpak

Excellent, thanks!

tribut avatar Sep 02 '20 20:09 tribut

Or you can use command to change the value you want.

gsettings --schemadir ~/.local/share/gnome-shell/extensions/[email protected]@gmail.com/schemas/ set org.gnome.shell.extensions.unblank time xxxx

The xxxx is second.

sunwxg avatar Sep 07 '20 02:09 sunwxg