From fcc3165f3369cad0486d5ce8b0f34417431da75c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 8 Feb 2026 23:35:34 +0530 Subject: fix(home/wayland/sway): add key bindings for damb & dbook --- home/wayland/modules/sway/home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/wayland/modules') diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index afd62f8..ddaea52 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -76,6 +76,8 @@ let wpctl = "${pkgs.wireplumber}/bin/wpctl"; brightnessctl = lib.getExe pkgs.brightnessctl; freezshot = "${wayland-scripts}/bin/freezshot"; + damb = "${wayland-scripts}/bin/damb"; + dbook = "${wayland-scripts}/bin/dbook"; mako = lib.getExe config.services.mako.package; firefox = lib.getExe config.programs.firefox.finalPackage; @@ -217,6 +219,8 @@ in # exec "print" = "exec ${freezshot}"; "${mod}+return" = "exec ${foot}"; + "${mod}+a" = "exec ${damb}"; + "${mod}+d" = "exec ${dbook}"; "${mod}+o" = "exec ${bemenu}"; "${mod}+w" = "exec ${firefox}"; "${mod}+backslash" = "exec ${yazi}"; -- cgit v1.2.3