1 ## acpi-eee configuration file
3 ## Fallback user to be used for X session if autodetection fails
8 #### Power button settings ####
9 # Set command for power button, defaults to shutdown.
11 #POWER_BUTTON_COMMAND="/sbin/shutdown -t3 -h now"
14 #### AP-button application/task manager launcher (Fn-F6) ####
16 #AP_COMMAND="/opt/kde/bin/ksysguard --showprocesses"
17 AP_COMMAND="terminal -e htop"
20 #### Display toggle (Fn-F5) ####
21 # Set orientation of external monitor, defaults to clone mode
22 # For more info see http://kapsi.fi/~ighea/eee/xorg.conf
23 # Modes: (clone, left-of, above, below, right-of)
25 #OUTPUT_DISPLAY_MODE=clone
26 #OUTPUT_DISPLAY_MODE=right-of
27 #OUTPUT_DISPLAY_MODE=below
31 # Scripts ALWAYS tries to TURN OFF the screen (DPMS) when lid is
32 # closed and back on when lid is opened.
34 # Set this to "yes" to run ON_*_LID_CLOSE_ACTION commands on lid events.
35 COMMAND_ON_LID_CLOSE=yes
38 # Suspend to ram when lid is closed
39 ON_AC_LID_CLOSE_ACTION="/etc/acpi/suspend2ram.sh"
40 ON_BATTERY_LID_CLOSE_ACTION="/etc/acpi/suspend2ram.sh"
42 # When on AC do nothing (this will still turn the screen off)
43 # and on battery shutdown the computer.
44 # ON_AC_LID_CLOSE_ACTION=""
45 # ON_BATTERY_LID_CLOSE_ACTION="/sbin/halt"
47 # The SUSPEND_SCRIPT variable is now obsolete but supported for backward compatibility.
50 #### WLAN-toggling (Fn-F2) ####
52 # Optional command to be executed after wireless is turned on
55 NETWORK_DOWN_COMMAND=""
58 #### Power source ####
59 # Commands to run when AC power source is plugged in or unplugged
62 AC_UNPLUGGED_COMMAND=""
65 #### asusosd screen position. #####
67 # Asusosd must be restarted changes to take effect.
68 # Value can be either integer or text "center" as shown below.
69 # If none is set, default position (2,2) will be used.