-
Notifications
You must be signed in to change notification settings - Fork 10
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
not consistently cycling through all windows matching class regex #3
Comments
I don't undersand what's meaning of this line? Can you describe it in detail
this should be implements
swaymsg is a soft dependency, it would not be executed if you are not running sway
I am planning on continuing development, but I don't known nix or flake? what should I do if it become a nix flake? |
Sure, I am happy to. I am running hyprland on nixos. I have the following key binding defined:
Let's say I have multiple kitty windows opened on multiple workspaces and monitors. If I hit I suspect that you need to do more testing with external monitors and also fullscreen windows. I have tried a similar tool to yours (https://github.com/knarkzel/raise). It fails when there is a target window that is fullscreen, and seems to have problems with external monitors as well.
To turn your project into a Nix flake, you need to create a flake.nix file in the root of your project repository. This file describes how the flake can be used, including how to build, run, or develop the project. The flake.nix file essentially acts as a declarative, reproducible description of your project. https://nix.dev/manual/nix/2.18/command-ref/new-cli/nix3-flake |
I don't know if this is an active project, but I just stumbled on
hypr-run-or-raise
.It has some issues you may be aware of:
Also, there seems to be a dependency for some sway commands (i.e.
swaymsg
).Are you planning on continuing development? Would you consider making your repo a nix flake?
The text was updated successfully, but these errors were encountered: