Skip to content

s-urbaniak/i3-focus-last

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-focus-last

This is a small utility for the i3 window manager [1] which enables Alt-Tab like functionality.

Add these lines to your i3 config:

    bindsym $mod+Tab exec ~/path-to/i3-focus-last switch
    exec --no-startup-id "~/path-to/i3-focus-last"

At i3 startup i3-focus-last is started and keeps track of the currently and previously focused window. If one presses `$mod-Tab` i3-focus-last instructs the i3 window manager to switch to the previously focused window.

[1] http://i3wm.org/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages