keyboardz

This commit is contained in:
Matt Nish-Lapidus 2025-06-08 16:52:41 -04:00
parent 424508b5dd
commit 217e83c04f
3 changed files with 35 additions and 28 deletions

View file

@ -518,7 +518,9 @@ in
# Powers off the monitors. To turn them back on, do any input like
# moving the mouse or pressing any other key.
"Mod+Shift+P".action = power-off-monitors;
"Mod+Shift+P" = {
action = power-off-monitors;
};
"Mod+Shift+Alt+P" = {
hotkey-overlay.title = "Turn Laptop Display On";
action = spawn "niri" "msg" "output" "eDP-1" "on";

View file

@ -44,6 +44,11 @@ let
j down
k up
l right
n C-left
m C-down
, C-up
. C-right
'';
in
{