Compare commits

...

3 commits

Author SHA1 Message Date
Andrês
c08474c577
Merge e45cee6ad9 into 801bc76ce3 2024-12-23 01:59:01 +01:00
Hong Xu
801bc76ce3 Explain that the title bar always shows 2024-12-21 11:37:50 +01:00
Andrês
e45cee6ad9
Add extra gesture examples for workspace and focus navigation
Add examples for `bindgesture` using 3- and 4-finger swipes to navigate workspaces and focus containers
2024-11-15 12:46:11 -03:00

View file

@ -106,9 +106,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
*border* none|normal|csd|pixel [<n>]
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_
pixels thick. Default is _normal_ with border thickness 2. _csd_ is short
for client-side-decorations, which allows the client to draw its own
decorations.
pixels thick. The title bar always shows in stacking or tabbed layouts.
_csd_ is short for client-side-decorations, which allows the client to draw
its own decorations. Default is _normal_ with border thickness 2.
*border* toggle
Cycles through the available border styles.
@ -559,6 +559,18 @@ runtime.
bindgesture swipe:right workspace prev
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
bindgesture pinch:inward+up move up
bindgesture pinch:inward+down move down