Skip to content

Junker/stumpwm-window-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StumpWM Window switch

Windows switch module for StumpWM

Installation

cd ~/.stumpwm.d/modules/
git clone https://github.com/Junker/stumpwm-window-switch window-switch
(stumpwm:add-to-load-path "~/.stumpwm.d/modules/window-switch")
(load-module "window-switch")

Usage

  (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)

About

Windows switch module for StumpWM

Topics

Resources

Stars

Watchers

Forks