Skip to content

Commit

Permalink
docs(launcher): note middle click functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
BowDown097 authored Dec 15, 2024
1 parent 7f71a38 commit 7bff8c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/Launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Windows-style taskbar that displays running windows, grouped by program.
Hovering over a program with multiple windows open shows a popup with each window.
Clicking an icon/popup item focuses or launches the program.
Left clicking an icon/popup item focuses the program if it has any open instances or otherwise launches a new instance of the program.
Middle clicking an icon always launches a new instance of the program.
Optionally displays a launchable set of favourites.

![Screenshot showing several open applications, including a popup showing multiple terminal windows.](https://f.jstanger.dev/github/ironbar/launcher.png)
Expand Down Expand Up @@ -113,4 +114,4 @@ start:
| `.popup-launcher` | Popup container |
| `.popup-launcher .popup-item` | Window button in popup |

For more information on styling, please see the [styling guide](styling-guide).
For more information on styling, please see the [styling guide](styling-guide).

0 comments on commit 7bff8c0

Please sign in to comment.