feat: default Hotkeys #19

Merged
krauterbaquette merged 4 commits from hotkey into Dev 2025-09-18 12:42:32 +02:00
Showing only changes of commit 933b0f7ff1 - Show all commits

View file

@ -32,6 +32,10 @@ in {
key = "<SUPER><Shift>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 {