• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle
  • I know right. xD I just have to learn things one at a time as they become relevant, otherwise it’s too overwhelming.

    After a quick search of conky, it seems to me that it solves a different problem than waybar does. Waybar can display stats, but that is not its main purpose. Since you use Cinnamon, I doubt you need waybar or Rofi, as Cinnamon comes with pre-installed alternatives for them.

    I should have mentioned before when I talked about window managers, I was mainly thinking about tiling window managers. They are really good for a keyboard centric workflow, so if you like using keyboard shortcuts, they’re worth a try. Ideally, you’ll spend less time moving windows around with the mouse, and less time trying to find the window you’re looking for.

    But, we’re all different, of course. To each their own. To keep to the trodden path is definitely a good strategy for a stable system :)


  • Nice :)

    Hyprland is a window manager (or actually a Wayland compositor if you want to be pedantic) , alternatives would be i3, dwm Niri, etc. A window manager is a more basic alternative to desktop environments like Gnome and KDE Plasma. It requires you to set up more things yourself, which is what most of the other things solve.

    I use Rofi as an application launcher (it can be used for a lot more things as well), it basically does the same job as the Windows startmenu.

    Waybar is a statusbar, can be configured to display anything really, but it usually displays the date and time, application tray, active workspace, RAM and CPU usage, battery level, etc. It basically does the same job as the the Windows taskbar.

    Ghostty is a terminal, alternatives are Kitty, Alacritty, WezTerm, foot. All operating systems come with a pre-installed terminal like Windows Terminal on Windows and Gnome Terminal on Gnome. But, you can change it out for some improved functionality.

    Neovim is a terminal based text editor. New and improved version of the Vi and Vim text editors. Very steep learning curve, but very fun once you learn it. :q to exit the editor, if you ever feel like testing it.


  • Xuntari@programming.devtoLinux@lemmy.mlLinux Users- Why?
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    2 days ago

    I use NixOS for the atomic updates that I can roll back to at any time, so I can more or less never completely break my system. And even if I somehow manage it, I can just do a fresh install and apply my flake to get my entire setup back.

    The drawback is that it does not follow the filsystem hierarchy standard, so a lot of scripts and binaries does not work out of the box. It gives me quite a bit of friction, but I’m sure that is a skill issue.

    My desktop started by being inspired by a lot of Linux YouTubers, and I’ve gradually modified it to fit my needs.

    I’m using Hyprland, Ghostty, neovim (btw), Rofi, waybar.

    But, I’ll have to check out Niri after reading here.


  • Yeah, sorry for assuming it’s obvious. Maybe I’ve been around Linux people too much xD

    AngryCommieKender is mostly right. It would delete every file and directory in your home directory, which is the Linux equivalent of the Users/<username> folder on Windows. It’s where all of your Documents, Pictures, Downloads, config files, and the likes are stored.

    I’m not sure it’s a protected action, since it’s not the actual root of the computer. But, I’ve never tried, so I don’t know :P