An open API service indexing awesome lists of open source software.

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

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:

![](./screenshots/window-switcher-screenshot.png)

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
```