distro specific fixes
[distro-setup] / script-files
index f2b5d44a62f74cfb5f8f3e59e9ce40b9697a907a..1cbb6aa86c6e9543e0a327b81ecf7052a3c94738 100644 (file)
@@ -45,6 +45,16 @@ my_bin_files=(
   prof-tail
   prof-notify
   /a/bin/newns/newns
+  /a/bin/fai/fai/config/distro-install-common/ethusb-static
+  i3-auto-layout-toggle
+  i3-event-hook
+  i3-mouse-warp
+  i3-pull
+  i3-set-layout
+  i3-split-maybe
+  i3-split-push
+  copyq-restart
+  toggle-mute
 )
 
 for f in /b/log-quiet/*; do
@@ -65,4 +75,3 @@ my_service_scripts=(
 # note: turn this into an array if we ever add more
 my_lib_files=/a/bin/bash-bear-trap/bash-bear
 
-all_my_scripts=("${my_service_scripts[@]}" "${my_bin_files[@]}" $my_lib_files)