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