https://github.com/dflock/ulauncher-window-switcher
Linux/X11 Window Switcher plugin for Ulauncher
https://github.com/dflock/ulauncher-window-switcher
Last synced: over 1 year ago
JSON representation
Linux/X11 Window Switcher plugin for Ulauncher
- Host: GitHub
- URL: https://github.com/dflock/ulauncher-window-switcher
- Owner: dflock
- License: gpl-3.0
- Created: 2021-01-29T22:26:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T09:51:29.000Z (about 4 years ago)
- Last Synced: 2025-03-14T18:59:40.762Z (over 1 year ago)
- Language: Python
- Size: 76.2 KB
- Stars: 16
- Watchers: 1
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux/X11 Window Switcher plugin for Ulauncher
This is a plugin for [Ulauncher](https://ulauncher.io/) that lets you search & switch between Linux/X11 Windows by name:

The default keyword in `win`, so just run Ulauncher, then type `win ` to filter the window list, then select a window from the list to switch to that window.
I used window icons from the [Obsidian Icon pack](https://github.com/madmaxms/iconpack-obsidian)
## Requirements
You need `wmctrl` installed. See: https://www.freedesktop.org/wiki/Software/wmctrl/
For Debian/Ubuntu, you can do:
```shell
$ sudo apt install wmctrl
```