feat: add windows like whiskermenu open keybind
This commit is contained in:
parent
9e56739cc4
commit
933b0f7ff1
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue