Conversation
…apper Run Omarchy's npx wrappers through mise-managed Node
* Update Fcitx5 autostart handling * Restart xcompose to apply the changes
* If on XPS, enable XPS mute mic key with LED and fallback to original mic mute flow * fix hardcode of alsa card 0 to resolved id * Extract omarchy-hyprland-monitor-focused * Extract dedicated xps mute script --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Until we have a permanent fix for the haptic trackpad in the XPS. Cc @spencerbull
So we will be switching correctly from light/dark mode depending on the theme.
In my testing, this is the lowest you can go without causing any issues with double key presses.
…owest-possible Update default repeat_delay to improve holding delete and vim motions
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 30 out of 54 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
3eee73c#diff-be025a5541a526dbd0bfab4b9cf4e64454f9cda1abf0a7ab2edabf1dd46a75d8
This migration is currently being applied to the XPS OLED and IPS, but the issue of panel lag with PSR is only affecting the OLED device.
These xe params should stay default (enabled) on the IPS for power optimizations if possible.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 30 out of 55 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
From the intel-lpmd readme:
So its not enough to start the service to make it work. |
* Disable PSR1 on XPS IPS and OLED. IPS uses PSR2 * Improve conditional flow * Simplify the migration logic * We don't actually need this We are using += everywhere --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 31 out of 58 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| if [[ $1 == "post" ]]; then | ||
| previous=$(cat /run/omarchy/power-profile-before-sleep 2>/dev/null || echo "balanced") | ||
| powerprofilesctl set performance | ||
| (sleep 10 && powerprofilesctl set "$previous") & | ||
| fi |
There was a problem hiding this comment.
This script backgrounds (sleep 10 && powerprofilesctl set ...) & inside the system-sleep hook. systemd services typically use KillMode=control-group, so the background job may be killed when the sleep hook returns, leaving the system stuck in performance. Consider scheduling the restore via a separate systemd transient unit/timer (e.g., systemd-run) so it survives after the hook exits.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 32 out of 59 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Hey @dhh, the AC power udev rules fix was by me, my GitHub handle is @annoyedmilk, not @marco. Could you update the attribution? Thanks! |
What changed?
Install release candidate using the 3.5.1 RC ISO or switching to the RC channel under Update > Channel > RC, if you're willing to help test before the final release.
Additions
~/.config/hypr/bindings.confon new installs by @joaovictorFixes
xe.enable_psr=0) by @dhh