i3: extend module

New options:
  i3.config.keycodebindings
  i3.config.window.commands
  i3.config.window.hideEdgeBorders
  i3.config.focus.mouseWarping
This commit is contained in:
Nikita Uvarov 2017-11-17 12:22:59 +01:00
parent 8045e56df2
commit 177565567e
No known key found for this signature in database
GPG key ID: F7A5FB3A7C10EF96
2 changed files with 74 additions and 3 deletions

View file

@ -462,6 +462,18 @@ in
where --no-startup-id option is necessary.
'';
}
{
time = "2017-11-17T10:36:10+00:00";
condition = config.xsession.windowManager.i3.enable;
message = ''
The i3 window manager module has been extended with the following options:
i3.config.keycodebindings
i3.config.window.commands
i3.config.window.hideEdgeBorders
i3.config.focus.mouseWarping
'';
}
];
};
}