aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorLibravatar Wai Hon Law <whhone@gmail.com>2020-07-11 16:52:41 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-15 19:27:12 +0200
commit3d6010e48061fca665d8ec934dc6aa2b9816650c (patch)
tree73a875b0a7d188de1e875ddb7fa75b210ad4d253 /.clang-format
parentconfig/output: don't change output state before commit (diff)
downloadsway-3d6010e48061fca665d8ec934dc6aa2b9816650c.tar.gz
sway-3d6010e48061fca665d8ec934dc6aa2b9816650c.tar.zst
sway-3d6010e48061fca665d8ec934dc6aa2b9816650c.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. (cherry picked from commit 585236f1687930d36e1d47d69e0a45fe3dcbd0cf)
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions