This commit is contained in:
Matt Nish-Lapidus 2025-03-28 11:52:22 -04:00
parent 78998ff52a
commit 840ed37540
7 changed files with 242 additions and 24 deletions

View file

@ -102,7 +102,7 @@ in
cursor = {
theme = "Bibata-Modern-Classic";
# size = 32;
hide-after-inactive-ms = 30000;
hide-after-inactive-ms = 10000;
};
animations.slowdown = 1.0;
@ -239,10 +239,10 @@ in
}
];
# switch-events = with config.lib.niri.actions; {
# lid-close.action = spawn "shikanectl switch desk-clam";
# lid-open.action = spawn "niri msg output eDP-1 on && shikanectl reload";
# };
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;