Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Junker/stumpwm-window-switch
Windows switch module for StumpWM
https://github.com/Junker/stumpwm-window-switch
stumpwm
Last synced: 3 months ago
JSON representation
Windows switch module for StumpWM
- Host: GitHub
- URL: https://github.com/Junker/stumpwm-window-switch
- Owner: Junker
- Created: 2022-06-01T05:54:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-05T12:54:33.000Z (over 2 years ago)
- Last Synced: 2024-08-02T21:38:33.045Z (6 months ago)
- Topics: stumpwm
- Language: Common Lisp
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-stumpwm - window-switch - Windows switch module (Modules)
README
# StumpWM Window switch
Windows switch module for StumpWM
## Installation
```bash
cd ~/.stumpwm.d/modules/
git clone https://github.com/Junker/stumpwm-window-switch window-switch
``````lisp
(stumpwm:add-to-load-path "~/.stumpwm.d/modules/window-switch")
(load-module "window-switch")
```## Usage
```lisp
(define-key *top-map* (kbd "M-Tab") "select-previous-window")
(define-key *top-map* (kbd "s-Tab") "windowlist-last")
```### Parameters
- **window-switch:\*timeout\*** - timeout in secs after which the window will be
added as last one (default: 1)