updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / e3acpi / eee.conf
blobe7d0515613b19fb01d3ca59e5d56edbe86ae533a
1 ## Eee PC acpi configuration file
3 ## Fallback user to be used for X session if autodetection fails
5 XUSER=username
7 #### Power button settings ####
8 # Set command for power button, defaults to shutdown.
10 POWER_BUTTON_COMMAND="/sbin/shutdown -t3 -h now"
12 #### AP-button application/task manager launcher (Fn-F6) ####
14 AP_COMMAND="gnome-terminal -t Htop -e htop"
16 #### Display toggle (Fn-F5) ####
17 # Set orientation of external monitor, defaults to clone mode
18 # Modes: (clone, left-of, above, below, right-of)
20 OUTPUT_DISPLAY_MODE=clone
22 #### Lid events ####
24 # Scripts ALWAYS tries to TURN OFF the screen (DPMS) when lid is 
25 # closed and back on when lid is opened.
27 # Set this to "yes" to run ON_*_LID_CLOSE_ACTION commands on lid events.
28 COMMAND_ON_LID_CLOSE=no
30 # Examples:
31 # Suspend to ram when lid is closed 
32 ON_AC_LID_CLOSE_ACTION="/etc/acpi/suspend2ram.sh"
33 ON_BATTERY_LID_CLOSE_ACTION="/etc/acpi/suspend2ram.sh"
35 # When on AC do nothing (this will still turn the screen off)
36 # and on battery shutdown the computer.
37 ON_AC_LID_CLOSE_ACTION=""
38 ON_BATTERY_LID_CLOSE_ACTION=""
40 #### WLAN-toggling (Fn-F2) ####
42 # Optional command to be executed after wireless is turned on
43 NETWORK_UP_COMMAND=""
44 # and off
45 NETWORK_DOWN_COMMAND=""
47 #### Power source ####
48 # Commands to run when AC power source is plugged in or unplugged
50 AC_PLUGGED_COMMAND=""
51 AC_UNPLUGGED_COMMAND=""
53 #### AsusOSD screen position ####
55 # Asusosd must be restarted changes to take effect.
56 # Value can be either integer or text "center" as shown below.
57 # If none is set, default position (2,2) will be used.
59 #ASUSOSD_XPOS=200
60 #ASUSOSD_YPOS=350
61 ASUSOSD_XPOS=center
62 ASUSOSD_YPOS=center