Merge Dev with main #21

Merged
Peritia-System merged 57 commits from Dev into main 2026-02-07 10:56:52 +01:00
Showing only changes of commit 933b0f7ff1 - Show all commits

View file

@ -32,6 +32,10 @@ in {
key = "<SUPER><Shift>s"; key = "<SUPER><Shift>s";
exe = "xfce4-screenshooter --fullscreen"; 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 { commands = lib.mkOption {