mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
mru: Add Space hardcoded bind to confirm
Expected for buttons.
This commit is contained in:
@@ -1840,6 +1840,7 @@ fn make_preset_opened_binds() -> Vec<Bind> {
|
||||
|
||||
push(Keysym::Escape, Action::MruCancel);
|
||||
push(Keysym::Return, Action::MruConfirm);
|
||||
push(Keysym::space, Action::MruConfirm);
|
||||
push(Keysym::a, Action::MruSetScope(MruScope::All));
|
||||
push(Keysym::o, Action::MruSetScope(MruScope::Output));
|
||||
push(Keysym::w, Action::MruSetScope(MruScope::Workspace));
|
||||
|
||||
Reference in New Issue
Block a user