From cee41e925dc0a9d7460806c9f8386512b207edf3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Tue, 19 May 2020 22:59:50 +0200 Subject: Implement command execution through riverctl --- src/Keybind.zig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Keybind.zig') diff --git a/src/Keybind.zig b/src/Keybind.zig index 9a156ad..d82be7a 100644 --- a/src/Keybind.zig +++ b/src/Keybind.zig @@ -16,9 +16,8 @@ // along with this program. If not, see . const c = @import("c.zig"); -const command = @import("command.zig"); +const Command = @import("Command.zig"); keysym: c.xkb_keysym_t, modifiers: u32, -command: command.Command, -arg: command.Arg, +command: Command, -- cgit v1.2.3