diff options
author | Wai Hon Law <whhone@gmail.com> | 2020-07-11 16:52:41 -0700 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2020-07-11 20:18:11 -0400 |
commit | 585236f1687930d36e1d47d69e0a45fe3dcbd0cf (patch) | |
tree | 33dc6d866404750ce243d945fb4c278f598a3c03 /common | |
parent | 5432f00adfdd8375fb422ad9033253d17f04efc7 (diff) |
Make the default workspace commands compatible with i3
**Problem**
When I rename the workspace to something like "1:web",
`$mod+1` does not move to the "1:web" with the default config. This breaks
the expectation of i3 users.
**Cause**
The default Sway binding for `$mod+1` does not have the number
keyword:
```
bindsym $mod+1 workspace 1
```
Instead, the default Sway binding for `$mod+1` is
```
bindsym Mod1+1 workspace number $ws1
```
https://github.com/i3/i3/commit/e6662df114329ba45bd1d117c731b3dc8bdd13fb
is the corresponding commit from i3.
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions