aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorLibravatar Wai Hon Law <whhone@gmail.com>2020-07-11 16:52:41 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2020-07-11 20:18:11 -0400
commit585236f1687930d36e1d47d69e0a45fe3dcbd0cf (patch)
tree33dc6d866404750ce243d945fb4c278f598a3c03 /sway/tree/container.c
parentconfig/output: don't change output state before commit (diff)
downloadsway-585236f1687930d36e1d47d69e0a45fe3dcbd0cf.tar.gz
sway-585236f1687930d36e1d47d69e0a45fe3dcbd0cf.tar.zst
sway-585236f1687930d36e1d47d69e0a45fe3dcbd0cf.zip
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 'sway/tree/container.c')
0 files changed, 0 insertions, 0 deletions