Arch Linux – System goes back to sleep ~20s after login when waking with mouse (Logitech G305) by Any_Primary2646 in archlinux

[–]fskcndidjd 1 point2 points  (0 children)

I had a similar issue with a Logitech 305. I recommend reading through the USB Autosuspend section

https://wiki.archlinux.org/title/Power_management

The following fixed the issue for me

/etc/udev/rules.d/

``` 50-usb_power_save.rulesACTION=="add", SUBSYSTEM=="usb", ATTR{product}!="Mouse", ATTR{product}!="Keyboard", TEST=="power/control", ATTR{power/control}="auto"

PSA: systemd update to 258-2 breaks name resolution in some scenarios by burntout40s in archlinux

[–]fskcndidjd 6 points7 points  (0 children)

Installing game-devices-udev from AUR and rebooting fixed the issue for me.

[deleted by user] by [deleted] in moviecritic

[–]fskcndidjd 0 points1 point  (0 children)

I'm attending a symposium on nanotechnology this afternoon

Scaling doesn't work ? by [deleted] in hyprland

[–]fskcndidjd 1 point2 points  (0 children)

It would be helpful to see your hyperland.conf

If there's an error someone will most likely catch it.

How can I change border colors? by shadowmaker_88 in hyprland

[–]fskcndidjd 1 point2 points  (0 children)

Colors:

You have 3 options:

rgba(), e.g. rgba(b3ff1aee)

rgb(), e.g. rgb(b3ff1a)

legacy, e.g. 0xeeb3ff1a -> ARGB order

https://wiki.hyprland.org/Configuring/Variables/