Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed May 24, 2022
1 parent d4f04d5 commit 484c1ab
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.bbcode
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[h1]v1.0[/h1]
[list]\n[*] initial release
[/list]


4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# v1.0
- initial release


6 changes: 4 additions & 2 deletions README.bbcode
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ This creates a workflow with two levels of task switching: one mode for switchin

Raising all windows of an application whenever an application is being switched to means that closing or minimizing a window will keep focus on the same application by switching to the most recently active window of that application provided that there is any, rather than switching to the most recently active window which may belong to a different application.

[b]Please make sure to install the most recent version (v6.3) and to not use Discover for installation.[/b] For more information on installation, setup and usage as well as any requests, please visit [url=https://github.com/nclarius/floating-tiles]the GitHub page[/url].
[b]Please make sure to install the most recent version (v6.3) and to not use Discover for installation.[/b] For more information on installation, setup and usage as well as any requests, please visit [url=https://github.com/nclarius/kwin-application-switcher]the GitHub page[/url].

© 2021-2022 Natalie Clarius ‹[email protected]
© 2022 Natalie Clarius ‹[email protected]

This work is licensed under the GNU General Public License v3.0.
This program comes with absolutely no warranty.
This is free software, and you are welcome to redistribute and/or modify it under certain conditions.

Development was sponsored by user RedBearAK.

If you would like to thank me, you can always make me happy with a review or a cup of coffee:
[url="https://www.paypal.com/donate/?hosted_button_id=7LUUJD83BWRM4"][img height="30"]https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif[/img][/url] [url="https://www.buymeacoffee.com/nclarius"][img height="30"]https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png[/img][/url]
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Application Switcher

[latest release](https://github.com/nclarius/application-switcher/releases/latest) | [view in KDE store]()
[latest release](https://github.com/nclarius/application-switcher/releases/latest) | [view in KDE store](https://www.pling.com/p/1805105/)

Extension for KDE's window manager to automatically raise all other windows of the same application together when activating one of them.

Expand Down Expand Up @@ -28,8 +28,8 @@ A [bug](https://bugs.kde.org/show_bug.cgi?id=453521) in Discover causes a wrong
### Installation via command line

```bash
git clone https://github.com/nclarius/application-switcher.git
cd application-switcher
git clone https://github.com/nclarius/kwin-application-switcher.git
cd kwin-application-switcher
./install.sh
```

Expand Down
Binary file added application-switcher_v1.0.kwinscript
Binary file not shown.

0 comments on commit 484c1ab

Please sign in to comment.