mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 01:11:54 -05:00
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
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:
parent
317cce361c
commit
f32bd338a4
|
@ -9,8 +9,8 @@
|
||||||
wayland.windowManager = {
|
wayland.windowManager = {
|
||||||
hyprland.settings = {
|
hyprland.settings = {
|
||||||
bind = [
|
bind = [
|
||||||
",xf86launch4,exec,${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}"
|
|
||||||
",xf86launch2,exec,${lib.getExe pkgs.playerctl} play-pause"
|
",xf86launch2,exec,${lib.getExe pkgs.playerctl} play-pause"
|
||||||
|
",xf86launch4,exec,${lib.getExe self.inputs.pp-adjuster.packages.${pkgs.system}.default}"
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [''${
|
exec-once = [''${
|
||||||
|
@ -33,6 +33,12 @@
|
||||||
map_to_output = "'Samsung Display Corp. 0x4152 Unknown'";
|
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";};
|
output = {"Samsung Display Corp. 0x4152 Unknown".scale = "2.0";};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue