Monitor is enabled after saving the config #11583
Unanswered
sand4rt
asked this question in
Bugs - Config
Replies: 1 comment 6 replies
|
this is expected behavior. Any |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I’m trying to mimic macOS lid behavior on my laptop:
To avoid conflicts, i had to disable the default
HandleLidSwitchsystemd actions:# /etc/systemd/logind.conf [Login] HandleLidSwitch=ignore HandleLidSwitchExternalPower=ignore HandleLidSwitchDocked=ignoreThis is my hyprland config:
Everything works fine except for one issue: when I disable the laptop monitor and then save the Hyprland config, the monitor gets re-enabled automatically, which is not the desired behavior.
To reproduce:
hyprctl keyword monitor ", disable"hyprland.confAfter this, the disabled monitor turns back on..
Is there any way to prevent this? Also, if anyone knows of a better approach to achieve this setup, I’d love to hear it!
Perhaps there should be a warning that systemd conflicts with: https://wiki.hypr.land/Configuring/Binds/#switches ?
All reactions