Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)M
Posts
10
Comments
261
Joined
2 yr. ago

  • In the younger grades they would assign textbook pages at the end of the day. So you didn't really know what to do until after class. I am glad they just post everyhting online at the start of class now.

  • Bah! Homework is for the weak!

    (Jokes aside, schools all of a sudden after covid stop giving "homework" now we call "overdue schoolwork" which means the same thing but you are giving just enough time in class so that if actually did it rather than fooling around you get it done pretty fast and are free the rest of the day.)

  • Ran yay in the background (forgot about it) and then a few minutes later closed my computer because I was all of a sudden at 100% cpu usage and I didn't know what process was causing it and the easiest way to kill it would be too shut down the machine. I probably should've just opened btop and killed it but I was too lazy. I ended not being able to boot my computer for a few days untul some nice lemmy folk walked my through my first chroot rescue. It was a educational experience. Next time someone makes the same mistake I can help them out.

  • Never used touchegg but it seems in there default config for SWIPE they have

     
        
    <gesture type="SWIPE" fingers="3" direction="UP">
    
    
      

    I wonder what happens when you change that fingers value to 2? It might not support it but its worth a try :).

  • Maybe try checking to see if you can get battery level from upower? Mught just be an issue with the GUI. upower -i /org/freedesktop/UPower/devices/battery_BAT0. The next step after that is using acpi calls and seeing if those are working properly. If you enter the command into the terminal you can find the line that says percentage.

  • Oh nice. The terminal shouldn't really be necessary for most tasks in Garuda. Although you might want to learn the how to do pacman -S (Thing you want to install) to install things if they aren't available from the GUI. The terminal often seems more daunting than it actually is.