aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh/zlogin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'user/home/zsh/zlogin.zsh')
-rw-r--r--user/home/zsh/zlogin.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/home/zsh/zlogin.zsh b/user/home/zsh/zlogin.zsh
new file mode 100644
index 0000000..94ce47c
--- /dev/null
+++ b/user/home/zsh/zlogin.zsh
@@ -0,0 +1,4 @@
+if [[ "$(tty)" == "/dev/tty1" ]]; then
+ export XCURSOR_THEME="catppuccin-mocha-dark-cursors"
+ exec sway
+fi