It’s not really broken, couldn’t get the microphone to work with any program

  • towerful@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    18 days ago

    I wish there was a way to see what the default values in a config file are for a given distro.
    I’m guessing there probably is, and I just don’t know it.

    Maybe I should just make / a git repo…

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      17 days ago

      Don’t modify the config in /etc/, copy them in ~/.config/ and then modify them. You’ll always be able to just look at the /etc/ for defaults.

    • Hello Hotel@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      17 days ago

      Usually if its a boolean or nullable, a good config file will have a # uncommemt this line to enable this feature/disable this feature/bind to this IP address/give this thing a name that is at least vaugely hints what the option does. But yes, its still fairly annoying.

    • barsquid@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      17 days ago

      You should check out the Fedora atomic distros if you haven’t already. Making the system work more like a git repo is what they are doing with rpm-ostree. I am liking it a lot.