5 lines
113 B
Text
5 lines
113 B
Text
![]() |
#Login to window manager the moment I login to my first tty.
|
||
|
if [[ $(tty) == /dev/tty1 ]]; then
|
||
|
doas slim
|
||
|
fi
|