From 762cd7d8cea8651b3ee9f0b87930be8e5f07af4a Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 15 May 2020 07:36:25 -0700 Subject: [PATCH] How to start Thun under i3. Needs the filename corrected. --- start-with-i3.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 start-with-i3.sh diff --git a/start-with-i3.sh b/start-with-i3.sh new file mode 100755 index 0000000..19c8329 --- /dev/null +++ b/start-with-i3.sh @@ -0,0 +1 @@ +i3-msg "workspace 1; append_layout /home/sforman/Desktop/ArchLayer/System/source/Thun/i3.json" && python -m joy.gui &