From 77833db557d68d2f2d81d39879883b211a84c854 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Sun, 4 Feb 2024 02:39:08 +0100 Subject: [PATCH] Drop workspace 0 from the default-config A nicer default. Some people complain about 0-based workspaces --- docs/config-examples/default-config.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/config-examples/default-config.toml b/docs/config-examples/default-config.toml index 40ab8625..b5597a94 100644 --- a/docs/config-examples/default-config.toml +++ b/docs/config-examples/default-config.toml @@ -98,7 +98,6 @@ alt-shift-minus = 'resize smart -50' alt-shift-equal = 'resize smart +50' # See: https://nikitabobko.github.io/AeroSpace/commands.html#workspace -alt-0 = 'workspace 0' alt-1 = 'workspace 1' alt-2 = 'workspace 2' alt-3 = 'workspace 3' @@ -132,7 +131,6 @@ alt-y = 'workspace Y' alt-z = 'workspace Z' # See: https://nikitabobko.github.io/AeroSpace/commands.html#move-node-to-workspace -alt-shift-0 = 'move-node-to-workspace 0' alt-shift-1 = 'move-node-to-workspace 1' alt-shift-2 = 'move-node-to-workspace 2' alt-shift-3 = 'move-node-to-workspace 3'