diff --git a/CHANGELOG.bbcode b/CHANGELOG.bbcode new file mode 100644 index 0000000..2f1c65b --- /dev/null +++ b/CHANGELOG.bbcode @@ -0,0 +1,5 @@ +[h1]v1.0[/h1] +[list]\n[*] initial release +[/list] + + diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0a2a44b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +# v1.0 +- initial release + + diff --git a/README.bbcode b/README.bbcode index e7f7953..7568f18 100644 --- a/README.bbcode +++ b/README.bbcode @@ -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 ‹natalie_clarius@yahoo.de› +© 2022 Natalie Clarius ‹natalie_clarius@yahoo.de› 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] diff --git a/README.md b/README.md index fcd29f7..60fa271 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ``` diff --git a/application-switcher_v1.0.kwinscript b/application-switcher_v1.0.kwinscript new file mode 100644 index 0000000..e9371a3 Binary files /dev/null and b/application-switcher_v1.0.kwinscript differ