From 3575d4c0c1cc6cc61fe28c74aa3fe53985d22bae Mon Sep 17 00:00:00 2001 From: Bas Grolleman Date: Thu, 4 Dec 2025 20:30:50 +0100 Subject: [PATCH] Add i3 workspace --- i3/workspace1.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 i3/workspace1.sh diff --git a/i3/workspace1.sh b/i3/workspace1.sh new file mode 100755 index 0000000..8032b91 --- /dev/null +++ b/i3/workspace1.sh @@ -0,0 +1,10 @@ +#!/bin/sh +i3-msg "workspace 1; append_layout ~/.config/i3/workspace-1.json" +sleep 0.5 +/usr/bin/brave-browser & +sleep 0.5 +/usr/bin/kitty & +sleep 0.5 +flatpak run com.logseq.Logseq & +sleep 0.5 +gtk-launch "brave-knaiokfnmjjldlfhlioejgcompgenfhb-Default.desktop" &