Add a control to turn the screen off (super+0 then d)
This commit is contained in:
parent
d6d24a5a45
commit
c944602b34
2 changed files with 4 additions and 1 deletions
2
bar.nix
2
bar.nix
|
|
@ -285,7 +285,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
"hyprland/submap" = {
|
"hyprland/submap" = {
|
||||||
format = "(l)ock, (e)xit, (s)uspend, (h)ibernate, (r)eboot, (S)hutdown";
|
format = "(l)ock, (d)pms, (e)xit, (s)uspend, (h)ibernate, (r)eboot, (S)hutdown";
|
||||||
};
|
};
|
||||||
|
|
||||||
"custom/nvidia-load" = {
|
"custom/nvidia-load" = {
|
||||||
|
|
|
||||||
|
|
@ -420,6 +420,9 @@
|
||||||
bind = ,l, exec, swaylock
|
bind = ,l, exec, swaylock
|
||||||
bind = ,l, submap, reset
|
bind = ,l, submap, reset
|
||||||
|
|
||||||
|
bind = ,d, exec, sleep .1 && hyprctl dispatch dpms
|
||||||
|
bind = ,d, submap, reset
|
||||||
|
|
||||||
bind = ,escape, submap, reset
|
bind = ,escape, submap, reset
|
||||||
submap = reset
|
submap = reset
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue