$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

Both sides previous revisionPrevious revision
Next revision
Previous revision
tricks:gnome [2021/02/12 08:41] 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 8: Line 9:
 <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>
  
-{{tag>gnome linux tricks}}+===== 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.1613119294.txt.gz · Last modified: 2023/05/30 22:32 (external edit)