misc cleanup and chat apps

This commit is contained in:
Matt Nish-Lapidus 2025-04-24 12:36:39 -04:00
parent 7e413fe08e
commit 5f4546c508
7 changed files with 74 additions and 64 deletions

View file

@ -250,10 +250,10 @@ in
}
];
switch-events = with config.lib.niri.actions; {
lid-close.action = spawn "niri msg output eDP-1 off";
lid-open.action = spawn "niri msg output eDP-1 on";
};
# switch-events = with config.lib.niri.actions; {
# lid-close.action = spawn "niri msg output eDP-1 off";
# lid-open.action = spawn "niri msg output eDP-1 on";
# };
binds =
with config.lib.niri.actions;
@ -497,7 +497,7 @@ in
"Mod+Shift+P".action = power-off-monitors;
"Mod+Shift+Alt+P" = {
hotkey-overlay.title = "Turn Displays On";
action = power-on-monitors;
action = spawn "niri" "msg" "output" "eDP-1" "on";
};
};
};