diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 07:41:55 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-10 07:41:55 +0900 |
| commit | 1b1fe55c5c575e9b5e10bb20d691fcc4ef3927ea (patch) | |
| tree | 66c162cb7e1acc4047d57415bb017bfd0271c22b /config/hypr/configs/Laptops.conf | |
| parent | 16945d7f665999d04dec8e6d18e5cccca23f64e6 (diff) | |
updated confs files
Diffstat (limited to 'config/hypr/configs/Laptops.conf')
| -rw-r--r-- | config/hypr/configs/Laptops.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/hypr/configs/Laptops.conf b/config/hypr/configs/Laptops.conf index a31e7551..24eef9af 100644 --- a/config/hypr/configs/Laptops.conf +++ b/config/hypr/configs/Laptops.conf @@ -34,11 +34,14 @@ bind = $mainMod ALT, F6, exec, $screenshot --in10 bindl = , switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, preferred, auto, 1" bindl = , switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable" + # Be very careful and read the notes when using this part # Before enabling this part, make sure to comment out (put # on both of the bindl = , switch.... above) # NOTE: Display for laptop are being generated into LaptopDisplay.conf -# NOTE: Make sure to OPEN your laptop display before shutting down your laptop or you will end up with a disabled Laptop display on your next startup +# CONS of doing this, is that there is no wallpaper. you need to set up your wallpaper again by (SUPER W) and set wallpaper. #bindl = , switch:off:Lid Switch,exec,echo "monitor = eDP-1, preferred, auto, 1" > $configs/LaptopDisplay.conf #bindl = , switch:on:Lid Switch,exec,echo "monitor = eDP-1, disable" > $configs/LaptopDisplay.conf +# for laptop-lid action (to erase the last entry) - Very important to uncomment this if you use above +# exec-once = echo "eDP-1, preferred, auto, 1" > $HOME/.config/hypr/configs/LaptopDisplay.conf |
