summaryrefslogtreecommitdiffstats
path: root/i3-load-layouts
diff options
context:
space:
mode:
Diffstat (limited to 'i3-load-layouts')
-rwxr-xr-xi3-load-layouts8
1 files changed, 8 insertions, 0 deletions
diff --git a/i3-load-layouts b/i3-load-layouts
new file mode 100755
index 0000000..3c736c6
--- /dev/null
+++ b/i3-load-layouts
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+for i in {1..20}; do
+ #i3-msg "workspace $i; append_layout /home/flo/.i3/layouts/workspace-$i.json"
+ #sleep 2
+ i3-resurrect restore -w $i --layout-only "$@"
+done
+