1

Further refactor hyprland keybindings + integrate with rofi

This commit is contained in:
2023-05-25 20:25:26 +02:00
parent f479f9a925
commit 7f21b51143
6 changed files with 52 additions and 90 deletions

View File

@ -110,22 +110,13 @@ with mylib.modules; {
example = ''
"SUPER"
'';
};
mod-bindings = mkOption {
type = types.attrs;
description = "Hyprland keyboard shortcuts using the modifier key";
example = ''
{
"Q" = ["killactive"];
"V" = ["togglefloating"];
}
'';
default = "SUPER";
};
bindings = mkOption {
type = types.attrs;
description = "Hyprland keyboard shortcuts";
default = {};
example = ''
{
"CTRL ALT, R" = [