treewide: upstreaming changes
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
d159232b37
commit
e4e1b03c7e
160 changed files with 3408 additions and 5474 deletions
|
|
@ -71,6 +71,10 @@
|
|||
command = "${lib.getExe' pkgs.systemd "systemctl"} --user start hyprpolkitagent.service";
|
||||
}
|
||||
|
||||
{
|
||||
command = "${lib.getExe' pkgs.systemd "systemctl"} --user start yambar.service";
|
||||
}
|
||||
|
||||
{
|
||||
command = "${lib.getExe pkgs.sway-audio-idle-inhibit}";
|
||||
}
|
||||
|
|
@ -82,10 +86,6 @@
|
|||
{
|
||||
command = "${lib.getExe pkgs.swaykbdd}";
|
||||
}
|
||||
|
||||
{
|
||||
command = "${lib.getExe' pkgs.systemd "systemctl"} --user start yambar.service";
|
||||
}
|
||||
];
|
||||
|
||||
keybindings = lib.mkOptionDefault {
|
||||
|
|
@ -138,7 +138,7 @@
|
|||
"XF86AudioNext" = "exec ${lib.getExe pkgs.playerctl} next";
|
||||
|
||||
"XF86MonBrightnessDown" = "exec ${lib.getExe pkgs.brightnessctl} set 5%-";
|
||||
"XF86MonBrightnessUp" = "exec $${lib.getExe pkgs.brightnessctl} set +5%";
|
||||
"XF86MonBrightnessUp" = "exec ${lib.getExe pkgs.brightnessctl} set +5%";
|
||||
};
|
||||
|
||||
modes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue