Implement changeable primary count
There are new increment_primary_count and decrement_primary_count config options
This commit is contained in:
parent
26949d7b8a
commit
5ff05ab09e
5 changed files with 85 additions and 39 deletions
|
|
@ -334,6 +334,8 @@ fn loadKeybindsChildBlock(config: *Config, parser: *kdl.Parser) !void {
|
|||
.reload_config,
|
||||
.toggle_fullscreen,
|
||||
.close_window,
|
||||
.increment_primary_count,
|
||||
.decrement_primary_count,
|
||||
=> |cmd| {
|
||||
// None of these have arguments, just create the union and give it back
|
||||
break :sw @unionInit(XkbBindings.Command, @tagName(cmd), {});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue