Skip Navigation

Your chosen desktop Linux defaults?

What are your 'defaults' for your desktop Linux installations, especially when they deviate from your distros defaults? What are your reasons for this deviations?

To give you an example what I am asking for, here is my list with reasons (funnily enough, using these settings on Debian, which are AFAIK the defaults for Fedora):

  • Btrfs: I use Btrfs for transparent compression which is a game changer for my use cases and using it w/o Raid I had never trouble with corrupt data on power failures, compared to ext4.
  • ZRAM: I wrote about it somewhere else, but ZRAM transformed even my totally under-powered HP Stream 11" with 4GB Ram into a usable machine. Nowadays I don't have swap partitions anymore and use ZRAM everywhere and it just works (TM).
  • ufw: I cannot fathom why firewalls with all ports but ssh closed by default are not the default. Especially on Debian, where unconfigured services are started by default after installation, it does not make sense to me.

My next project is to slim down my Gnome desktop installation, but I guess this is quite common in the Debian community.

Before you ask: Why not Fedora? - I love Fedora, but I need something stable for work, and Fedoras recent kernels brake virtual machines for me.

Edit: Forgot to mention ufw

73 comments
    • /boot and root partition: i dont use swap (i dont need it, i have plenty of ram) and i usually encrypt the root partition with luks
    • ext4: ppl keep telling me btrfs is better and all that but idk shit about filesystems and ext4 just works
    • any x11 wm: currently im using qtile and ive used bunch of wms in the past
    • alacritty: its fast and it has easy config with great doc
    • firefox with arkenfox userjs, ublock and tor proxy configuration
    • (neo)vim
    • qemu/kvm/virt-manager
    • doas
    • fish shell
  • Gnome with Wayland: I am just too used to the touchpad gestures and sleek looking apps to go back. Even windows looks and behaves janky in comparison

    Firefox: plain better than the alternatives, the scrolling is so much better under Wayland too

    The auto dark mode GNOME extention: it between dark and light mode depending on the time of day

    Rounded window corners GNOME extension: forces all 4 corners of applications to have rounded corners

    Separate /home partition, very useful for distro hopping or in case just going the nuclear option and reinstalling everything is the easiest way to deal with a breakage

  • Xfs filesystem and a kernel with BORE scheduler, which are the default on CachyOs for a faster and snappier system.

  • i always use:

    • KDE
    • yakuake
    • kate
    • vlc
    • fishshell
    • gparted
    • firefox

    no matter what the default might be

  • zram... Obvious

    systemdboot (unless I'm on a distro without systemd)... My main desktop is running Gentoo OpenRC atm

    xanmod kernel... It's literally just free performance

    wayland... I have 3 monitors with 3 different refresh rates and 3 different resolutions, X11 just isn't an option for me (smooth animations are a bonus to ig)

    Unlock origin, ecosia and dark reader as extensions, regardless of browser

    VSCode... I like FOSS software as much as the next guy, but I want my code editor to just work with minimal to no configuration

    Fish shell, has the best autocomplete and integration of any shell

73 comments