vkdot/.zprofile

5 lines
113 B
Text
Raw Normal View History

2025-03-02 03:05:35 -05:00
#Login to window manager the moment I login to my first tty.
if [[ $(tty) == /dev/tty1 ]]; then
doas slim
fi