Skip to content

oktoze/i3alter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3alter

You could use i3alter to add alt-tab (switching to other workspaces in a LIFO order) behaviour to your i3wm.

Installation

You could install it from PyPi:

sudo pip install i3alter

Usage

After running i3alter, hold alt and press <tab> or <shift>-<tab> to cycle between workspace.

You’d probably want i3alter to run on startup, and also you wouldn’t want alt+Tab and alt+Shift+Tab to be captured by other apps, so put the following lines in your i3 config file (/.config/i3/config):

bindsym mod1+Tab exec "true"
bindsym mod1+Shift+Tab exec "true"

exec_always i3alter

About

Add alt-tab behavior to i3wm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages