-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix application group sometimes not raised
- Loading branch information
Showing
8 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Extension for KDE's window manager to automatically raise all other visible windows of the same application together when activating one of them. | ||
Automatically raises all other visible windows of the same application together when activating one of them, effectively creating application groups to task-switch between. | ||
|
||
This creates an application-centric task switching workflow as known from environments such as GNOME or MacOS, where an application’s windows are treated as a group, and task switching can take place at two levels: one mode for switching applications and one mode for switching between windows of an application. | ||
[b]Please make sure to install the most recent version (v1.2) 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]. | ||
|
||
Raising all windows collectively whenever the application is entered means that all windows belonging to the application are available at the front, and closing or minimizing a window will keep focus on the same application, as the window switched to will be the most recently active one of that application provided that there is any, rather than the most recently active window overall which may belong to a different application. | ||
This extension gives rise to an application-centric task switching workflow as known from environments such as GNOME or MacOS, where an application’s windows are treated as a group, and task switching can take place at two levels: one mode for switching applications and one mode for switching between windows of an application. | ||
|
||
[b]Please make sure to install the most recent version (v1.1) 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]. | ||
Raising all windows collectively whenever the application is entered means that all windows belonging to the application are available at the front, and closing or minimizing a window will keep focus on the same application, as the window switched to will be the most recently active one of that application provided that there is any, rather than the most recently active window overall which may belong to a different application. | ||
|
||
© 2022 Natalie Clarius ‹[email protected]› | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+18.5 KB
application-switcher_v1.1.kwinscript → application-switcher_v1.2.kwinscript
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
|
||
[Desktop Entry] | ||
Name=Application Switcher | ||
Comment=Collectively raise all windows of the same application when switching tasks | ||
Comment=Collectively raises all windows of the same application when switching tasks | ||
Icon=preferences-system-windows | ||
|
||
X-KDE-PluginInfo-Name=applicationswitcher | ||
X-KDE-PluginInfo-Version=1.1 | ||
X-KDE-PluginInfo-Version=1.2 | ||
X-KDE-PluginInfo-Author=Natalie Clarius | ||
X-KDE-PluginInfo-Email[email protected] | ||
X-KDE-PluginInfo-License=GPLv3.0 | ||
|