/albert_window_switcher_steven

List and manage X11 windows

Primary LanguagePython

Albert Launcher Window Switcher Extension

List and manage X11 windows.

Install

To install, copy or symlink this directory to ~/.local/share/albert/org.albert.extension.python/modules/window_switcher_steven/.

Development Setup

To setup the project for development, run:

$ cd window_switcher_steven/
$ pre-commit install --hook-type pre-commit --hook-type commit-msg

To lint and format files, run:

$ pre-commit run --all-files