diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/zsh/.zprofile | |
Initial commit
Diffstat (limited to 'artix/home/.config/zsh/.zprofile')
| -rw-r--r-- | artix/home/.config/zsh/.zprofile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
