mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Compare commits
2 commits
4fbc62c776
...
f3e351dad6
| Author | SHA1 | Date | |
|---|---|---|---|
| f3e351dad6 | |||
| 865e3ef8f5 |
2 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ in {
|
||||||
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
|
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
|
||||||
|
|
||||||
services.picom.enable = true;
|
services.picom.enable = true;
|
||||||
services.picom.opacityRules = ["50:name *= 'Cheat'"];
|
services.picom.opacityRules = ["50:name *= '^Cheat$'"];
|
||||||
|
|
||||||
# Proprietary </3
|
# Proprietary </3
|
||||||
mods.unfree.steam.enable = true;
|
mods.unfree.steam.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -98,7 +98,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
floating.criteria = [
|
floating.criteria = [
|
||||||
{title = "Cheat";}
|
{title = "^Cheat$";}
|
||||||
];
|
];
|
||||||
|
|
||||||
defaultWorkspace = "workspace number 1";
|
defaultWorkspace = "workspace number 1";
|
||||||
|
|
@ -139,6 +139,7 @@ in
|
||||||
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume 0 +2%";
|
"XF86AudioRaiseVolume" = "exec --no-startup-id pactl set-sink-volume 0 +2%";
|
||||||
"XF86AudioLowerVolume" = "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}";
|
"Print" = "exec ${getExe fsss}";
|
||||||
|
"${modifier}+y" = "sticky toggle";
|
||||||
});
|
});
|
||||||
|
|
||||||
bars = let
|
bars = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue