From 1e083c8249dee363f33437dcbe80c04096204069 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Wed, 22 Nov 2023 17:02:18 -0600 Subject: [PATCH] Disable the idleness watcher when LXQt is fullscreen. --- debian/changelog | 1 + src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index bdb836f..f85489f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lubuntu-default-settings (24.04.2) noble; urgency=medium * Change the default power icon type to have more details. + * Disable the idleness watcher when LXQt is fullscreen. -- Simon Quigley Wed, 22 Nov 2023 16:55:46 -0600 diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf index e1599cb..ae66283 100644 --- a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt-powermanagement.conf @@ -2,3 +2,4 @@ showIcon=true useThemeIcons=true iconType=4 +disableIdlenessWhenFullscreen=true