From a2e7dbe7d3dfc08deee7a70b3a404f75a76099a6 Mon Sep 17 00:00:00 2001 From: laptop Date: Fri, 3 Nov 2023 23:27:19 +0300 Subject: [PATCH] gnome : disable screen auto turn off. --- .linux/gnome.dconf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.linux/gnome.dconf b/.linux/gnome.dconf index f01346f..17b9b41 100644 --- a/.linux/gnome.dconf +++ b/.linux/gnome.dconf @@ -143,6 +143,9 @@ button-layout='appmenu:close' focus-mode='sloppy' titlebar-font='SF Pro Display 11' +[org/gnome/desktop/session] +dle-delay=uint32 0 + [org/gnome/gnome-system-monitor] graph-update-interval=100 kill-dialog=false @@ -210,6 +213,8 @@ command='gnome-system-monitor' name='gnome-system-monitor' [org/gnome/settings-daemon/plugins/power] +ambient-enabled=false +idle-dim=false power-button-action='nothing' sleep-inactive-ac-timeout=900 sleep-inactive-ac-type='nothing'