Add sticky bind

This commit is contained in:
muon 2025-08-23 16:02:28 +00:00
parent a0cc980491
commit 865e3ef8f5
2 changed files with 3 additions and 2 deletions

View file

@ -98,7 +98,7 @@ in
};
floating.criteria = [
{title = "Cheat";}
{title = "^Cheat$";}
];
defaultWorkspace = "workspace number 1";
@ -139,6 +139,7 @@ in
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume 0 +2%";
"XF86AudioLowerVolume" = "exec --no-startup-id pactl set-sink-volume 0 -2%";
"Print" = "exec ${getExe fsss}";
"${modifier}+y" = "sticky toggle";
});
bars = let