Skip to content

Commit

Permalink
laptop0: hyprland: when closing the lid, only turn off the laptop screen
Browse files Browse the repository at this point in the history
  • Loading branch information
1sixth committed Aug 25, 2024
1 parent 583d3a7 commit 20d53ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/laptop0/home/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"$Mod, F3, exec, ${config.services.avizo.package}/bin/volumectl up"
];
bindl = [
", switch:off:Lid Switch, exec, ${config.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms on"
", switch:on:Lid Switch, exec, ${config.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off"
", switch:off:Lid Switch, exec, ${config.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms on eDP-1"
", switch:on:Lid Switch, exec, ${config.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off eDP-1"
];
bindm = [
"$Mod, mouse:272, movewindow"
Expand Down

0 comments on commit 20d53ac

Please sign in to comment.