diff options
author | Alan Pearce | 2020-11-27 13:12:10 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-27 13:12:10 +0100 |
commit | d87e103a89195552a7f8a48653624b14b464b71a (patch) | |
tree | 9e971315e189200b75ebc98b803ccb3f752bcc3c /user | |
parent | d3f2a30a9fbbb64dc251d45d3f7480bd00b4ca88 (diff) | |
download | nixfiles-d87e103a89195552a7f8a48653624b14b464b71a.tar.lz nixfiles-d87e103a89195552a7f8a48653624b14b464b71a.tar.zst nixfiles-d87e103a89195552a7f8a48653624b14b464b71a.zip |
i3: allow moving windows to workspace 10
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/i3.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/i3.nix b/user/settings/i3.nix index 707791c3..f23b6d05 100644 --- a/user/settings/i3.nix +++ b/user/settings/i3.nix @@ -82,6 +82,7 @@ "${mod}+Shift+7" = "move container to workspace 7"; "${mod}+Shift+8" = "move container to workspace 8"; "${mod}+Shift+9" = "move container to workspace 9"; + "${mod}+Shift+0" = "move container to workspace 10"; # move workspace |