Add "screen off" keybind

This commit is contained in:
SebastianStork 2024-04-21 14:11:56 +02:00
parent 39bb54813a
commit 7e95e83591

View file

@ -53,6 +53,8 @@
disable_hyprland_logo = true; disable_hyprland_logo = true;
disable_splash_rendering = true; disable_splash_rendering = true;
force_default_wallpaper = 0; force_default_wallpaper = 0;
key_press_enables_dpms = true;
}; };
"$mod" = "SUPER"; "$mod" = "SUPER";
@ -140,6 +142,7 @@
"$mod CONTROL, Q, exit," "$mod CONTROL, Q, exit,"
"$mod CONTROL, S, exec, systemctl suspend" "$mod CONTROL, S, exec, systemctl suspend"
"$mod CONTROL, L, exec, loginctl lock-session" "$mod CONTROL, L, exec, loginctl lock-session"
"$mod CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off"
]; ];
# Repeat + Locked # Repeat + Locked