diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-01-18 16:00:37 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-01-18 16:00:37 -0500 |
| commit | d8b9f3106942fe47635df682f79b7fb8051c8e8e (patch) | |
| tree | 6804e0122140869be77b5e06311e8c50cba2b73f /user/home/zsh/zlogin.zsh | |
| parent | 93855184693b464a8fead011e254ad4a95e0d61b (diff) | |
finally cursors
Diffstat (limited to 'user/home/zsh/zlogin.zsh')
| -rw-r--r-- | user/home/zsh/zlogin.zsh | 4 |
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 |
