$conf['savedir'] = '/app/www/public/data'; tricks:gnome [DokuWiki]

Site Tools


tricks:gnome

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tricks:gnome [2021/02/12 08:21] – created joelegtricks:gnome [2023/05/30 22:32] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== GNOME tricks ====== ====== GNOME tricks ======
 +{{tag>gnome linux tricks}}
 ===== Screen recording ===== ===== Screen recording =====
 Start and stop recording with Ctrl+Alt+Shift+R. Start and stop recording with Ctrl+Alt+Shift+R.
Line 7: Line 8:
 The default length of recordings are 30 seconds, they can be set to infinite time with the following command. The default length of recordings are 30 seconds, they can be set to infinite time with the following command.
 <code bash>gsettings set org.gnome.settings-daemon.plugins.media-keys max-screencast-length 0</code> <code bash>gsettings set org.gnome.settings-daemon.plugins.media-keys max-screencast-length 0</code>
 +
 +===== Hibernate instead of suspend =====
 +By default GNOME suspends after a period of time.
 +This behaviour can be changed to hibernate instead, provided the system can hibernate (has sufficient swap).
 +<code bash>gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-type hibernate</code>
 +To see the available options ''range'' can be used instead of ''set'', and ''get'' can be used to see the current setting.
 +The timeout can be seen with:
 +<code bash>gsettings get org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout</code>
 +
tricks/gnome.1613118091.txt.gz · Last modified: 2023/05/30 22:32 (external edit)