improve command exec order

This commit is contained in:
DrMaxNix 2024-05-31 22:57:29 +02:00
parent 28accc88b9
commit 4ca7a88b2f

View File

@ -1,10 +1,10 @@
[laptop]
trigger.default = true
set.dash-to-dock.position = BOTTOM
set.text-scaling-factor = 1.3700000000000001
set.powerprofile = power-saver
set.volume = 0
set.text-scaling-factor = 1.3700000000000001
set.dash-to-dock.position = BOTTOM
set.powerprofile = power-saver
set.pam.fprintd = true
run.echo = "echo laptop!"
@ -16,10 +16,10 @@ run.my-script = "/path/to/script arg1 arg2 arg3"
[dock]
trigger.usb-id = 1234:5678
set.dash-to-dock.position = LEFT
set.text-scaling-factor = 1.0
set.powerprofile = balanced
set.volume = 90
set.text-scaling-factor = 1.0
set.dash-to-dock.position = LEFT
set.powerprofile = balanced
set.pam.fprintd = false
run.echo = "echo dock!"