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 ++++ home/wayland/pkgs/wayland-scripts/src/bin/damb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}"; diff --git a/home/wayland/pkgs/wayland-scripts/src/bin/damb b/home/wayland/pkgs/wayland-scripts/src/bin/damb index 53d0cad..eafa3e0 100755 --- a/home/wayland/pkgs/wayland-scripts/src/bin/damb +++ b/home/wayland/pkgs/wayland-scripts/src/bin/damb @@ -19,7 +19,7 @@ usage() { cat <<- EOF Usage: damb [ command ] [ option ] - a bookmark manager using dmenu + sete ambiance using dmenu Commands: help show this help cruft save , save a new key -- cgit v1.2.3