From 57051fcf55c062a99649ded04185ef14af1be515 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 14 Oct 2024 18:55:19 -0500 Subject: [PATCH] hyprland: add emoji picker bind Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index 312f1b1..734dceb 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -32,6 +32,7 @@ with lib; let rm = "${pkgs.coreutils}/bin/rm"; screenshot = "~/.local/bin/screenshot"; sleep = "${pkgs.coreutils}/bin/sleep"; + smile = "${pkgs.smile}/bin/smile"; steam = "${config.programs.steam.package}/bin/steam"; swayosd-client = "${pkgs.swayosd}/bin/swayosd-client"; systemctl = "${pkgs.systemd}/bin/systemctl"; @@ -140,6 +141,7 @@ in { (key "Escape" "Super" "togglefloating" null) (key "Escape" "Super+Alt" "exec" "lifx state --color red") (key "Escape" "Super+Shift" "centerwindow" null) + (key "Grave" "Super" "exec" smile) (key "Left" "Super" "movewindow" "l") (key "Left" "Super+Alt" "exec" "${left} --scroll kensington-orbit-wireless-tb-mouse") (key "Left" "Super+Shift" "movewindoworgroup" "l")