jumpapp
jumpapp copied to clipboard
A run-or-raise application switcher for any X11 desktop
It appears that jumpapp does not work on wayland. Is there any work-around it or plans to add support for wayland?
`wmctrl` only reads `_NET_WM_NAME`, however some applications (e.g. steam) do not set it and only set `WM_NAME`. When `_NET_WM_NAME` is missing, `wmctrl` gives the name as `N/A`; in such a...
wmctrl only reads `_NET_WM_NAME`, but some non-conforming applications only set `WM_NAME` (steam). xdotool reads both; would it be possible to try and get the name via xdotool if wmctrl returns...
This PR adds a -N flag with the following effect: the app is not launched in case that no window was found.
As what the title says, here's the log when I tried to run it in `Wayland`: ``` X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed...
How to seprate app switching for activities? i mean chrome in one activity should stay there only.
In order to use `-m`, I need to `apt-get install xdotool` on my ubuntu 18.04 laptop.` Other than that, this software works perfectly. Thanks for your work!
I use jumpapp everyday, all the time, so first of all: thank you. I have a feature request related to the following use-case: I use my short-cut key to jump...
I'm in Arch Linux, `budgie-desktop` install with `gnome` group packages. Several custom shortcuts work fine except: `jumpapp chrome` `jumpapp code` Hot keys for chrome don't do anything, with or without...
Steps to reproduce: 1. Launch Firefox Developer Edition 2. Use jumpapp to try and start regular Firefox with the command `jumpapp -c Navigator.firefox firefox` Expected behavior: - Regular Firefox should...