mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
d5e2c7b1d1
2 changed files with 3 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ in {
|
|||
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];
|
||||
|
||||
services.picom.enable = true;
|
||||
services.picom.opacityRules = ["50:name *= 'Cheat'"];
|
||||
services.picom.opacityRules = ["50:name *= '^Cheat$'"];
|
||||
|
||||
# Proprietary </3
|
||||
mods.unfree.steam.enable = true;
|
||||
|
|
|
|||
|
|
@ -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