try better cgroups for fuzzel apps

note that this only half works because niri won't put the process in the
cgroup if it forks too quickly
This commit is contained in:
nora 2026-06-06 23:45:20 +02:00
parent 29119bf74f
commit 8ed10881f8
2 changed files with 8 additions and 1 deletions

View file

@ -356,7 +356,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T { spawn "alacritty"; }
Mod+D { spawn "fuzzel"; }
Mod+D { spawn "fuzzel-in-niri"; }
Super+Alt+L { spawn "lock-and-power-off-screen"; }
// You can also use a shell. Do this if you need pipes, multiple commands, etc.