tasks
This commit is contained in:
parent
78998ff52a
commit
840ed37540
7 changed files with 242 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue