aboutsummaryrefslogtreecommitdiff
path: root/src/Config.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-01 00:04:05 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-01 00:04:05 +0200
commit134eff259382edad729bdce4f2b36185111898a2 (patch)
tree9ee94907c9067b2e7f01931a1cbbb57a2c1dcb4b /src/Config.zig
parente43bb78160d403a0d77759fcc2bc50fc0fc0337e (diff)
downloadriver-134eff259382edad729bdce4f2b36185111898a2.tar.gz
river-134eff259382edad729bdce4f2b36185111898a2.tar.xz
Rename mode command to enter_mode
Diffstat (limited to 'src/Config.zig')
-rw-r--r--src/Config.zig4
1 files changed, 2 insertions, 2 deletions
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"