river: implement xdg-activation-v1
- add a new "urgent" border color - add a new event to river-status-unstable-v1 Co-authored-by: Isaac Freund <ifreund@ifreund.xyz>
This commit is contained in:
@ -46,6 +46,7 @@ const str_to_impl_fn = [_]struct {
|
||||
.{ .name = "background-color", .impl = @import("command/config.zig").backgroundColor },
|
||||
.{ .name = "border-color-focused", .impl = @import("command/config.zig").borderColorFocused },
|
||||
.{ .name = "border-color-unfocused", .impl = @import("command/config.zig").borderColorUnfocused },
|
||||
.{ .name = "border-color-urgent", .impl = @import("command/config.zig").borderColorUrgent },
|
||||
.{ .name = "border-width", .impl = @import("command/config.zig").borderWidth },
|
||||
.{ .name = "close", .impl = @import("command/close.zig").close },
|
||||
.{ .name = "csd-filter-add", .impl = @import("command/filter.zig").csdFilterAdd },
|
||||
|
Reference in New Issue
Block a user