Add exit_river keybinding
Recently, river removed the hardcoded Ctrl+Alt Delete keybinding that exits river and replaces it with a new `exit_session` request. This adds support for that request via the new `exit_session` bind. We also added 3 hardcoded default keybinds to: exit river, reload the config, and open foot. This way, if the config fails to load or is missing, you should still be able to try reload. I guess you're still SOL if you have at least one keybind and it's not reload_config, but you do what you can do.
This commit is contained in:
parent
38400c66d6
commit
678d0563ed
11 changed files with 293 additions and 108 deletions
|
|
@ -50,7 +50,7 @@ pub fn build(b: *std.Build) !void {
|
|||
scanner.generate("river_input_manager_v1", 1);
|
||||
scanner.generate("river_libinput_config_v1", 1);
|
||||
scanner.generate("river_layer_shell_v1", 1);
|
||||
scanner.generate("river_window_manager_v1", 3);
|
||||
scanner.generate("river_window_manager_v1", 4);
|
||||
scanner.generate("river_xkb_bindings_v1", 2);
|
||||
scanner.generate("zwlr_layer_shell_v1", 3);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue