• 0 Posts
  • 15 Comments
Joined 3 years ago
cake
Cake day: July 8th, 2023

help-circle

  • De Lancre@lemmy.worldtomemes@lemmy.world(f)art of the deal
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    51 minutes ago

    As a russian, who kind of used to bots on russian internet, there a trick: if bots started defending something — that it means it’s true.

    There were speculations that this “deal” not going thru and nothing more than a disinformation campaign. But if bots started defending it already, oh well.

    On a side note, it’s funny how America slowly turning into russia 2.0








  • How do you configure this?

    Idealistically - you supposed to figure out what wrong with particular service that causing long shutdowns, by using: journalctl -b -1 -e or something like that. You can also use systemd-analyze blame to do the opposite and figure out what causing long startup.

    But if you a normal human being that doesn’t have weeks to figure out bugs on kernel level with AMDGPU power management, then there a simpler solution - you just need to lower timer. In file:

    /etc/systemd/system.conf

    Uncomment (remove #) this line and set it either in minutes or seconds:

    DefaultTimeoutStopSec=10s

    I really don’t understand why default is so high. Even on old and weak hardware shut down shouldn’t take too much time.




  • I don’t know what comment section or post are talking about. Default timer for systemd on arch is 3 minutes (and I think it’s default for most distros). Whenever some service fails to quit on reboot, system will stuck for 3 minutes until systemd decide to kill it. I need to manually configure it lower to like, 10 seconds, cause there shit ton of services that always fails to quit.

    And not like I’m using old pentium - my system build on AM5 with amd 7700x, 128gb of 5600MT\s ram and 7900xtx, with kingston nvme pcie4 ssd’s on top of that. It’s literally “best case scenario”.




  • Especially having things fake-fullscreen while multitasking, jumping around between browser, Discord, etc

    I second this, Niri’s overview feature is insanely good for multitasking, switching between windows\workspaces is way easier this way. It’s like gnome’s overview, but better.

    Recently had to move back to hyprland due to bug with bit depth (after half a year, bug fix finally merged, will be in new release afaik) and I’m missing this feature so much. On top of that, most “extensions” that provide same functionality simply either dead or can’t compile due to recent changes. Also my old config refused to work, so I had to comment bunch of stuff. It’s just a mess.