aboutsummaryrefslogtreecommitdiff
path: root/user/home/zsh/zlogin.zsh
blob: 94ce47c8a9e776470abf809e9d29db7811ff1980 (plain) (blame)
1
2
3
4
if [[ "$(tty)" == "/dev/tty1" ]]; then
    export XCURSOR_THEME="catppuccin-mocha-dark-cursors"
    exec sway
fi