mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 07:50:02 +01:00
etc: Remove now unused configuration options
This commit is contained in:
parent
1ee642e705
commit
e981026d99
1 changed files with 1 additions and 24 deletions
|
|
@ -3,29 +3,6 @@
|
||||||
|
|
||||||
[UPower]
|
[UPower]
|
||||||
|
|
||||||
# This is the smallest amount of time that UPower gives to session and system
|
|
||||||
# processes after the suspend or hibernate request is given.
|
|
||||||
# If the session power management component uses AboutToSuspend() then the
|
|
||||||
# session process can only make this time larger than the value below, never
|
|
||||||
# smaller.
|
|
||||||
#
|
|
||||||
# Reducing this time means the suspend happens quicker, but might also not give
|
|
||||||
# some processes enough time to save state.
|
|
||||||
#
|
|
||||||
# default=1000
|
|
||||||
SleepTimeout=1000
|
|
||||||
|
|
||||||
# This controls whether hibernate is allowed when using encrypted swap.
|
|
||||||
#
|
|
||||||
# default=true
|
|
||||||
AllowHibernateEncryptedSwap=true
|
|
||||||
|
|
||||||
# This controls whether we want the powersave commands to be run when running
|
|
||||||
# on battery or plugging AC.
|
|
||||||
#
|
|
||||||
# default=true
|
|
||||||
RunPowersaveCommand=true
|
|
||||||
|
|
||||||
# Enable the Watts Up Pro device.
|
# Enable the Watts Up Pro device.
|
||||||
#
|
#
|
||||||
# The Watts Up Pro contains a generic FTDI USB device without a specific
|
# The Watts Up Pro contains a generic FTDI USB device without a specific
|
||||||
|
|
@ -54,7 +31,7 @@ PollDockDevices=false
|
||||||
# Some laptops are broken. The lid state is either inverted, or stuck
|
# Some laptops are broken. The lid state is either inverted, or stuck
|
||||||
# on or off. We can't do much to fix these problems, but this is a way
|
# on or off. We can't do much to fix these problems, but this is a way
|
||||||
# for users to make the laptop panel vanish and for programs like
|
# for users to make the laptop panel vanish and for programs like
|
||||||
# gnome-power-manager to not suspend on system startup.
|
# gnome-settings-daemon to not suspend on system startup.
|
||||||
#
|
#
|
||||||
# default=false
|
# default=false
|
||||||
IgnoreLid=false
|
IgnoreLid=false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue