Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to use this as a terminal screensaver... #2

Open
luzpaz opened this issue Jan 20, 2018 · 7 comments
Open

Is there a way to use this as a terminal screensaver... #2

luzpaz opened this issue Jan 20, 2018 · 7 comments

Comments

@luzpaz
Copy link

luzpaz commented Jan 20, 2018

that is activated after X amount of minutes?

@will8211
Copy link
Owner

That would be cool, but I don't know of any way to do it! Maybe ask on /r/linuxquestions or superuser.com. Let me know if you do find a way.

@Rizhiy
Copy link

Rizhiy commented Jan 20, 2018

@luzpaz which desktop environment are you using?

@luzpaz
Copy link
Author

luzpaz commented Jan 20, 2018

@Rizhiy manjaro 17 xfce 4

@Rizhiy
Copy link

Rizhiy commented Jan 21, 2018

It appears that xfce doesn't support non-black screensavers by default, you will have to play with xscreensaver or gnome-screensaver.

@pylipp
Copy link
Contributor

pylipp commented Jan 26, 2018

xscreensaver has an XMatrix display mode... man page for more details. Select it by launching xscreensaver-demo. This is, however, completely independent from this project.

@sabrehagen
Copy link

This is the command I use for my screensaver. Put it in a script to have it triggered after a timeout by your preferred method.

xterm -fullscreen -e bash -l -c unimatrix

@petaflot petaflot mentioned this issue Jan 3, 2023
@ErtaiBlue
Copy link

ErtaiBlue commented May 5, 2024

I'm on i3 and this is what I use:

bindsym $mod+l fullscreen disable; exec "urxvt -e bash -c \\"i3-msg fullscreen enable; unimatrix\\""; exec xlock -mode blank -geometry 1x1

Essentially, launch a terminal with unimatrix in fullscreen, then run an invisible xlock, so that hitting a key afterwards will ask for password. Note: if your terminal has an option to start in fullscreen that makes the command much simpler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants