From 5dacf6d6d24eab71994e02b6b3c4fc6f6e309958 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Fri, 29 Sep 2023 00:55:29 +1300 Subject: feat: IPC works kinda Still quite buggy, but first version --- test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test b/test index 49cbf49..dcea754 100644 --- a/test +++ b/test @@ -7,6 +7,8 @@ Xephyr -screen 1600x900+2080+90 :1 & sleep 0.1 +rm /tmp/YATwm.sock + DISPLAY=:1 ./YATwm pkill Xephyr -- cgit v1.2.3 From f998705c5a0e50021875a811537962083b73ed26 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Sun, 29 Oct 2023 18:34:27 +1300 Subject: feat: Pretty much done IPC Still need to add a program that uses the IPC, this potentially requires restructuring the files --- test | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test b/test index dcea754..49cbf49 100644 --- a/test +++ b/test @@ -7,8 +7,6 @@ Xephyr -screen 1600x900+2080+90 :1 & sleep 0.1 -rm /tmp/YATwm.sock - DISPLAY=:1 ./YATwm pkill Xephyr -- cgit v1.2.3 From 915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Tue, 1 Oct 2024 14:54:37 +1300 Subject: Restructure --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index 49cbf49..fba98d4 100644 --- a/test +++ b/test @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash make -- cgit v1.2.3