summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/automation/firetv_restart.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home/ham/automation/firetv_restart.nix')
-rw-r--r--makefu/2configs/home/ham/automation/firetv_restart.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/makefu/2configs/home/ham/automation/firetv_restart.nix b/makefu/2configs/home/ham/automation/firetv_restart.nix
index 12e0e845..01d1ba6e 100644
--- a/makefu/2configs/home/ham/automation/firetv_restart.nix
+++ b/makefu/2configs/home/ham/automation/firetv_restart.nix
@@ -20,17 +20,17 @@ in
action = [
(cmd "reboot")
(sec 90) # go to my music because apparently select_source does not seem to always work
- (cmd "HOME")
- (sec 2)
- (cmd "DOWN")
- (sec 2)
- (cmd "DOWN")
- (sec 2)
- (cmd "ENTER")
- (sec 4)
- (cmd "RIGHT")
- (sec 2)
- (cmd "RIGHT")
+ #(cmd "HOME")
+ #(sec 2)
+ #(cmd "DOWN")
+ #(sec 2)
+ #(cmd "DOWN")
+ #(sec 2)
+ #(cmd "ENTER")
+ #(sec 4)
+ #(cmd "RIGHT")
+ #(sec 2)
+ #(cmd "RIGHT")
];
}
];