Skip Navigation

Is it possible to use exclusively a TTY on Linux?

Hello everyone.

As the title says, I'm considering to ditch my graphical environment, because I find it very distracting, especially because I can think about playing video games or browsing the web mindlessly when I should be studying. And when I'm studying, those thoughts wander inside my head, and it sucks.

So, moving to a TTY environment, and using terminal programs, is the only way I find to avoid those intrusive thoughts and any other distraction. But I'm afraid that I'll be very limited somehow, because there aren't enough programs to fulfill my needs, or because those programs cannot perform as many tasks as their graphical counterparts.

I know some programs that I can use, like Links, Vim/Emacs, mpd, Ranger, and tmux, as well as some rogue-like games, like DCSS, Angband and NetHack. I also heard about framebuffer, but I don't know how it works.

Did any of you experimented with TTY? How long did you last inside it?

22 comments
  • That depends entirely on what you want to / need to do with your PC.

    As a teenager some 15 years ago I did use a TTY only setup on an 800 MHz Pentium for... Months, I guess? Obviously I wasn't doing anything too immediately productive back then; I was mostly either compiling kernels or playing nethack with the wiki open in (e)links via screen for multiplexing. It was an intensely comfy experience as I recall, just a small handful of processes running at any given time.

    • I want to study through my documents without feeling the tempation of playing doom, or watching some YouTube videos, or scrolling memes mindlessly on Kbin. Those thoughts lead me to perform those tasks. Having ADHD sucks.

      • Yeah I suppose that could work. Just get a framebuffer PDF reader going and you're off to the races. Found this one via Google:

        https://github.com/aligrudi/fbpdf

        Probably won't play too well with terminal multiplexing / split windows (tmux, screen), but you could probably have the reader on e.g. TTY2 and a multiplexer on TTY1 for other stuff.

  • Why not just move to a minimal window manager?
    I use i3 with no bar, and it’s pretty low distraction compared to a full desktop environment.

    Definitely get comfortable with the terminal, vim and shell scripting can do pretty much anything. Although you will have a much nicer time with a terminal emulator like kitty or alacrity imo. Idk how sensitive you are to this sort of thing, but as a fellow adhd-er, customizing the font and colors makes a big difference for comfort and distraction.

    I think you’re really going to need a web browser, but you could always just use a site blocker extension. Otherwise if you really can go without a browser, just uninstall it. Same with something like steam.

    • As someone who grew up on OS X and Windows, I was really surprised by how easily I made the switch to i3. It seems scary not having as much "direct" control over windows, but I mainly would have things fullscreen or side-by-side anyways. The workspace model also works really well for me.

  • I ran Unix at home all through the 90s with just serial terminals, didn't switch to X until 2000. But... I wasn't using the web. There's a lot of sites now that just don't work with lynx. (Is links better on that point? I don't know.)

  • There are several servers, personal and professional, that I interact with entirely over SSH consoles. Lots of gnu screen, vi, bash scripts.

    It's fine for the kind of tasks I'm doing with them (light coding, building, executing scripts, moving around files), but I wouldn't call it very fun or useful outside of that. I haven't tried like, opening e-mails (modern e-mails are like 95% images nowadays) and looking at non-plaintext documents is a no-go, too, so no PDFs in any meaningful capacity. No working with like, most webpages that aren't static text.

    I guess if you're trying to use computers a lot less, rather than do all the things you could do before but in a terminal, that's good? But if you're looking to power your way through all the stuff a graphical environment could do, but in terminal, you're not gonna get anywhere.

22 comments