hosts/mauville: add sway bindings
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-21 22:32:00 -04:00
parent 317cce361c
commit f32bd338a4

View file

@ -9,8 +9,8 @@
wayland.windowManager = {
hyprland.settings = {
bind = [
",xf86launch4,exec,${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}"
",xf86launch2,exec,${lib.getExe pkgs.playerctl} play-pause"
",xf86launch4,exec,${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}"
];
exec-once = [''${
@ -33,6 +33,12 @@
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
};
};
keybindings = {
"XF86Launch2" = "exec ${lib.getExe pkgs.playerctl} play-pause";
"XF86Launch4" = "exec ${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}";
};
output = {"Samsung Display Corp. 0x4152 Unknown".scale = "2.0";};
};
};