From 9baef9c8edf76801bd8c0b1008d3093b22d8ed17 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 30 Mar 2022 16:19:58 -0500 Subject: feat: add sway startup scripts --- zsh/.config/zsh/.zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/.config/zsh/.zprofile (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile new file mode 100644 index 0000000..1b88dd5 --- /dev/null +++ b/zsh/.config/zsh/.zprofile @@ -0,0 +1,3 @@ + +# If running from tty1 start sway +[ "$(tty)" = "/dev/tty1" ] && exec sway \ No newline at end of file -- cgit v1.2.3-70-g09d2