From 134eff259382edad729bdce4f2b36185111898a2 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 1 Jun 2020 00:04:05 +0200 Subject: Rename mode command to enter_mode --- src/Config.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Config.zig') diff --git a/src/Config.zig b/src/Config.zig index 8677acc..d948a95 100644 --- a/src/Config.zig +++ b/src/Config.zig @@ -228,7 +228,7 @@ pub fn init(self: *Self, allocator: *std.mem.Allocator) !void { allocator, c.XKB_KEY_F11, mod, - &[_][]const u8{ "mode", "passthrough" }, + &[_][]const u8{ "enter_mode", "passthrough" }, )); // Change master orientation with Mod+{Up,Right,Down,Left} @@ -270,7 +270,7 @@ pub fn init(self: *Self, allocator: *std.mem.Allocator) !void { allocator, c.XKB_KEY_F11, mod, - &[_][]const u8{ "mode", "normal" }, + &[_][]const u8{ "enter_mode", "normal" }, )); // Float views with app_id "float" -- cgit v1.2.3