Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Fix laptop-lid action (to erase the last entry) #412

Closed
devax opened this issue Aug 25, 2024 · 1 comment
Closed

[Bug]: Fix laptop-lid action (to erase the last entry) #412

devax opened this issue Aug 25, 2024 · 1 comment

Comments

@devax
Copy link

devax commented Aug 25, 2024

Bug Report

Description

There seems to be an error in Laptops.conf which prevents the laptop monitor to be reset properly, when the feature is enabled.

In Laptops.conf, this line:
exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf
shold be changed to this:
exec-once = echo "monitor = eDP-1, preferred, auto, 1" > $HOME/.config/hypr/UserConfigs/LaptopDisplay.conf

Steps to Reproduce

  1. Edit Laptops.conf: Enable the last section about laptop lids (the LaptopDisplay.conf option)
  2. Close, then re-open laptop lid
  3. Reboot

Expected Behavior

No warning visible after login

Actual Behavior

Warning visible: "Config error in file ~/.config/hypr/UserConfigs/LaptopDisplay.conf at line 2: Invalid config line"

JaKooLit added a commit that referenced this issue Aug 25, 2024
@JaKooLit
Copy link
Owner

0890817

Thanks lot..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants