From 933b0f7ff1a7472775e20b3686dd3294aa225b83 Mon Sep 17 00:00:00 2001 From: gytic <149968794+gytic@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:39:02 +0200 Subject: [PATCH] feat: add windows like whiskermenu open keybind --- nixos95/keybinds.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos95/keybinds.nix b/nixos95/keybinds.nix index 8a8d571..b67f40b 100644 --- a/nixos95/keybinds.nix +++ b/nixos95/keybinds.nix @@ -32,6 +32,10 @@ in { key = "s"; exe = "xfce4-screenshooter --fullscreen"; } + { + key = "Super_L"; + pkg = pkgs.xfce.xfce4-whiskermenu-plugin; # open whiskermenu with a press on SUPER like on windows + } ]; }; commands = lib.mkOption {