about summary refs log tree commit diff
path: root/home/shell/zsh/sway.zsh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/shell/zsh/sway.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/shell/zsh/sway.zsh b/home/shell/zsh/sway.zsh
deleted file mode 100644
index 69d5103..0000000
--- a/home/shell/zsh/sway.zsh
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
-    exec sway
-fi