Merge pull request #1388 from ericonr/man2
fix(man): add missing newlines to wlr docs.
This commit is contained in:
commit
81f0bcb3a3
|
@ -93,10 +93,15 @@ Addressed by *wlr/taskbar*
|
|||
# CLICK ACTIONS
|
||||
|
||||
*activate*: Bring the application into foreground.
|
||||
|
||||
*minimize*: Toggle application's minimized state.
|
||||
|
||||
*minimize-raise*: Bring the application into foreground or toggle its minimized state.
|
||||
|
||||
*maximize*: Toggle application's maximized state.
|
||||
|
||||
*fullscreen*: Toggle application's fullscreen state.
|
||||
|
||||
*close*: Close the application.
|
||||
|
||||
# EXAMPLES
|
||||
|
|
|
@ -52,6 +52,7 @@ Addressed by *wlr/workspaces*
|
|||
# CLICK ACTIONS
|
||||
|
||||
*activate*: Switch to workspace.
|
||||
|
||||
*close*: Close the workspace.
|
||||
|
||||
# ICONS
|
||||
|
|
Loading…
Reference in New Issue