keyboardz
This commit is contained in:
parent
424508b5dd
commit
217e83c04f
3 changed files with 35 additions and 28 deletions
|
@ -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";
|
||||
|
|
|
@ -44,6 +44,11 @@ let
|
|||
j down
|
||||
k up
|
||||
l right
|
||||
|
||||
n C-left
|
||||
m C-down
|
||||
, C-up
|
||||
. C-right
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue