mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Add "screen off" keybind
This commit is contained in:
parent
39bb54813a
commit
7e95e83591
1 changed files with 3 additions and 0 deletions
|
|
@ -53,6 +53,8 @@
|
|||
disable_hyprland_logo = true;
|
||||
disable_splash_rendering = true;
|
||||
force_default_wallpaper = 0;
|
||||
|
||||
key_press_enables_dpms = true;
|
||||
};
|
||||
|
||||
"$mod" = "SUPER";
|
||||
|
|
@ -140,6 +142,7 @@
|
|||
"$mod CONTROL, Q, exit,"
|
||||
"$mod CONTROL, S, exec, systemctl suspend"
|
||||
"$mod CONTROL, L, exec, loginctl lock-session"
|
||||
"$mod CONTROL, B, exec, sleep 1 && hyprctl dispatch dpms off"
|
||||
];
|
||||
|
||||
# Repeat + Locked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue