From f854e12c4e62a43daa0581395d956239cb382537 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Mon, 3 Nov 2025 22:13:39 +0100 Subject: [PATCH] add keymap for wofi --- modules/hyprland/home.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index 9ad401a..f4c84cd 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -251,6 +251,16 @@ }; }; + # Wofi application launcher configuration + programs.wofi = { + enable = true; + settings = { + # Vim-style navigation with Ctrl+j/k + key_up = "Ctrl-k"; + key_down = "Ctrl-j"; + }; + }; + # Waybar configuration for Hyprland programs.waybar = { enable = true;