i3 improvements wip
[distro-setup] / script-files
index f2b5d44a62f74cfb5f8f3e59e9ce40b9697a907a..f4f4b9367501049b772eeed5bf879c2e276773b5 100644 (file)
@@ -45,6 +45,14 @@ 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
 )
 
 for f in /b/log-quiet/*; do
@@ -65,4 +73,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)