From ab0ef5c987b7f179725032d920ac75b66aa194e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 31 Mar 2023 16:55:42 -0700 Subject: home/sway: start sway and ssh-agent properly I only need to run sway and the ssh-agent on a workstation (desktop or laptop). Start these two processes when the window manager starts. --- home/shell/zsh/sway.zsh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 home/shell/zsh/sway.zsh (limited to 'home/shell/zsh/sway.zsh') 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 -- cgit 1.4.1