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 {