mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add sticky bind
This commit is contained in:
parent
a0cc980491
commit
865e3ef8f5
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue