mirror of
https://github.com/swaywm/sway.git
synced 2025-01-12 15:26:24 +01:00
Compare commits
3 commits
a377ff1fea
...
c08474c577
Author | SHA1 | Date | |
---|---|---|---|
|
c08474c577 | ||
|
801bc76ce3 | ||
|
e45cee6ad9 |
1 changed files with 15 additions and 3 deletions
|
@ -106,9 +106,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
||||||
*border* none|normal|csd|pixel [<n>]
|
*border* none|normal|csd|pixel [<n>]
|
||||||
Set border style for focused window. _normal_ includes a border of
|
Set border style for focused window. _normal_ includes a border of
|
||||||
thickness _n_ and a title bar. _pixel_ is a border without title bar _n_
|
thickness _n_ and a title bar. _pixel_ is a border without title bar _n_
|
||||||
pixels thick. Default is _normal_ with border thickness 2. _csd_ is short
|
pixels thick. The title bar always shows in stacking or tabbed layouts.
|
||||||
for client-side-decorations, which allows the client to draw its own
|
_csd_ is short for client-side-decorations, which allows the client to draw
|
||||||
decorations.
|
its own decorations. Default is _normal_ with border thickness 2.
|
||||||
|
|
||||||
*border* toggle
|
*border* toggle
|
||||||
Cycles through the available border styles.
|
Cycles through the available border styles.
|
||||||
|
@ -559,6 +559,18 @@ runtime.
|
||||||
bindgesture swipe:right workspace prev
|
bindgesture swipe:right workspace prev
|
||||||
bindgesture swipe:left workspace next
|
bindgesture swipe:left workspace next
|
||||||
|
|
||||||
|
# Allow switching between workspaces with left and right three four swipes swipes
|
||||||
|
|
||||||
|
bindgesture swipe:4:right workspace prev
|
||||||
|
bindgesture swipe:4:left workspace next
|
||||||
|
|
||||||
|
# Allow switching focus with three finger swipes
|
||||||
|
|
||||||
|
bindgesture swipe:3:right focus right
|
||||||
|
bindgesture swipe:3:left focus left
|
||||||
|
bindgesture swipe:3:up focus up
|
||||||
|
bindgesture swipe:3:down focus down
|
||||||
|
|
||||||
# Allow container movements by pinching them
|
# Allow container movements by pinching them
|
||||||
bindgesture pinch:inward+up move up
|
bindgesture pinch:inward+up move up
|
||||||
bindgesture pinch:inward+down move down
|
bindgesture pinch:inward+down move down
|
||||||
|
|
Loading…
Reference in a new issue