Skip Navigation

User banner
manned_meatball
Posts
3
Comments
31
Joined
2 yr. ago

  • "Desktop OS" also counts laptops. Unless people are working from their smartphones, I don't think desktop is collapsing at all.

  • thankfully it's usually the other way around: the glass is opaque and only transparent with power. So you don't need to worry about an ill-timed power outage.

  • And even if open source doesn't fit their business model for any reason, there should be regulations that force these companies to open source everything in any situation that they stop offering support.

  • wait, there's a way out? I bought another pc for nothing

  • I had premium up until a year ago, but I can't recommend it anymore after their purchase.

    Choose open source, people.

  • KISS. At first I didn't like the lack of multiple home screens, in a way these are replaced by swipe gestures in KISS, but after getting used to them they're much quicker to trigger actions than pressing buttons. It turns out I don't miss multiple home screens that much either.

    I tried using Lawnchair, but I missed the "search-first" property of KISS that makes opening apps really quick.

  • Same, a really great launcher ruined by corpo. I'm only choosing FOSS after that.

  • it's based on this gist - follow the instructions at the top: you'll need to set the right Sidebery preface to make it work, it'll let you toggle it on and off easily.

  • sidebery + custom userChrome.css to make it collapse when the mouse leaves the area.

  •  
        
    function command_one() {
        # activate the environment
        source "$XDG_DATA_HOME/venvs/alpha.sh"
        # run the thing
        actual_command_one
    }
    
    function command_two() {
        # activate the environment
        source "$XDG_DATA_HOME/venvs/alpha.sh"
        source "$XDG_DATA_HOME/venvs/bravo.sh"
        # run the other thing
        actual_command_two
    }
    
    
      
  • cool, I've been using curl -s ifconfig.me after dig +short myip.opendns.com stopped working