From 0c913f1e421b9d47c052350c4c1d619e4ac6a297 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Mon, 13 Apr 2026 21:45:43 +0200 Subject: Initial commit --- artix/home/.config/zsh/.zprofile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 artix/home/.config/zsh/.zprofile (limited to 'artix/home/.config/zsh/.zprofile') diff --git a/artix/home/.config/zsh/.zprofile b/artix/home/.config/zsh/.zprofile new file mode 100644 index 0000000..f1e5551 --- /dev/null +++ b/artix/home/.config/zsh/.zprofile @@ -0,0 +1,3 @@ +[[ $(tty) = "/dev/tty1" ]] && start-hyprland +[[ $(tty) = "/dev/tty2" ]] && /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland +[[ $(tty) = "/dev/ttyv0" ]] && startx -- cgit v1.2.3