migration
This commit is contained in:
3
X11/acpi/events/anything
Normal file
3
X11/acpi/events/anything
Normal file
@@ -0,0 +1,3 @@
|
||||
# Pass all events to our one handler script
|
||||
event=.*
|
||||
action=/etc/acpi/handler.sh %e
|
||||
2
X11/acpi/events/bl_d
Executable file
2
X11/acpi/events/bl_d
Executable file
@@ -0,0 +1,2 @@
|
||||
event=video/brightnessdown.*
|
||||
action=/etc/acpi/handlers/bl -
|
||||
2
X11/acpi/events/bl_u
Executable file
2
X11/acpi/events/bl_u
Executable file
@@ -0,0 +1,2 @@
|
||||
event=video/brightnessup.*
|
||||
action=/etc/acpi/handlers/bl +
|
||||
2
X11/acpi/events/volume_d
Executable file
2
X11/acpi/events/volume_d
Executable file
@@ -0,0 +1,2 @@
|
||||
event=button/volumedown.*
|
||||
action=/etc/acpi/handlers/volume -
|
||||
2
X11/acpi/events/volume_u
Executable file
2
X11/acpi/events/volume_u
Executable file
@@ -0,0 +1,2 @@
|
||||
event=button/volumeup.*
|
||||
action=/etc/acpi/handlers/volume +
|
||||
Reference in New Issue
Block a user