Score:1

Startup applications - I want to set a clock on the 2nd display on startup

I want to see the clock (tty-clock in this case) on the 2nd display at the start of the system. But I don't know how to set it properly. Any suggestions will be appreciated. Thanks.

enter image description here

enter image description here

Score:0
iq flag

The best would be to add add a startup scripts so that it will display your tty-clock on your second display at startup.

first you have to find which is your current display, for that simply enter this in your terminal:

echo $DISPLAY

to continue we assume it was 0.1

then simply create a file like .desktop in ~/.config/autostart/

and put this inside

[Desktop Entry]
Type=Application
Name=Tty-clock
Exec=xterm -display :0.1 -geometry 90x30 -e tty-clock

then save and restart

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.