Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make a kde6 compatible version #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

FlyingpigNZ
Copy link

Made a copy that works with KDE6.
Mainly just changed to a compatible way of doing pretty much the same thing

@anor4k
Copy link

anor4k commented Jul 12, 2024

I'm testing it locally, and while bringing an existing window into focus works, it doesn't seem to launch new windows.

@FlyingpigNZ
Copy link
Author

I'm testing it locally, and while bringing an existing window into focus works, it doesn't seem to launch new windows.

ww -t -f "Alacritty" -c alacritty is what I used for activate or create an instance of alacritty. Since that is the only application I used
Can you post your command for creating new instance? The one after -c param

@anor4k
Copy link

anor4k commented Jul 16, 2024

my dumbass forgot to pass the -c argument. ww -f kitty -c kitty works perfectly.

@star-szr
Copy link

I've been testing this for several days and haven't run into any issues. Thanks for this!

When already focused on an application I was expecting running the same command multiple times to switch between the windows of that application, but I've never used the pre-kde6 ww so it's likely this is not a regression, just an expectations mismatch/feature request.

@FlyingpigNZ
Copy link
Author

I've been testing this for several days and haven't run into any issues. Thanks for this!

When already focused on an application I was expecting running the same command multiple times to switch between the windows of that application, but I've never used the pre-kde6 ww so it's likely this is not a regression, just an expectations mismatch/feature request.

From my understanding, this tool is just to raise the running application/create a new instance (when the specified application was not running). Which is to allow using shortcuts to switch/launch applications using keyboard.
I do not think there is a function to raise different instances of the same application though.

hnjae added a commit to hnjae/ww-run-raise that referenced this pull request Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants