logo

inaban

Distrustful Wayland Compositor (inspired by XMonad and dwm) git clone https://hacktivis.me/git/inaban.git

inaban.1 (1019B)


  1. .\" inaban: Distrustful Wayland Compositor
  2. .\" Copyright © 2019-2021 Inaban Authors <https://hacktivis.me/git/inaban>
  3. .\" SPDX-License-Identifier: BSD-3-Clause
  4. .Dd 2019-07-03
  5. .Dt inaban 1
  6. .Sh NAME
  7. .Nm inaban
  8. .Nd Distrustful Wayland Compositor
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Fl h
  12. .Op Fl s Ar startup command
  13. .Sh BINDINGS
  14. Mod defaults to Alt.
  15. .Bl -tag -width Ds
  16. .It Mod+Shift+q
  17. Terminates the wayland session.
  18. .It Mod+Enter
  19. Executes the terminal (defaults to svte).
  20. .It Mod+Button1
  21. Moves the window under the cursor around. (ignores focus)
  22. .It Mod+Button2
  23. Resizes the window under the cursor. (ignores focus)
  24. .It VT1 ... VT12
  25. Switches to other Virtual Terminals, VT1...12 usually being Ctrl-Alt-F1..F12 in XKB keymaps.
  26. .El
  27. .Sh ENVIRONMENT
  28. .Bl -tag -width Ds
  29. .It TERMINAL
  30. Change the default terminal, no arguments allowed.
  31. .El
  32. .Sh AUTHORS
  33. .An Haelwenn (lanodan) Monnier Aq Mt contact+badwolf@hacktivis.me
  34. .Sh BUGS
  35. You can submit contributions or tickets to
  36. .Mt contact+badwolf@hacktivis.me ,
  37. with
  38. .Xr git-send-email 1 for patches.