Skip to content

Commit e045112

Browse files
aster-voidclaude
andcommitted
modules/hyprland: add delay before dpms off
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent c406cba commit e045112

File tree

1 file changed

+1
-1
lines changed
  • modules/home/desktop/programs/hyprland

1 file changed

+1
-1
lines changed

modules/home/desktop/programs/hyprland/binds.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ in {
99
bind = [
1010
# System commands
1111
"${mainMod}, L, exec, hyprlock"
12-
"${mainMod}, K, exec, hyprctl dispatch dpms off"
12+
"${mainMod}, K, exec, sleep 0.5 && hyprctl dispatch dpms off"
1313

1414
# App launching + closing
1515
"${mainMod}, N, exec, ${term}"

0 commit comments

Comments
 (0)