From d5ffb01d87852eb74f6b17ae06ac0c476010065b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 14 Oct 2024 21:34:04 +0200 Subject: Add new scripts Signed-off-by: Florian Pritz --- i3-load-layouts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 i3-load-layouts (limited to 'i3-load-layouts') 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 + -- cgit v1.2.3-24-g4f1b