Skip to content

A program for i3 that allows you to jump between windows in chronological order

License

Notifications You must be signed in to change notification settings

menixator/i3-last

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-last

i3-last is a utility progam that allows a user to jump between i3 windows in the order that they were last accessed.

How to Use

  • Start i3-last within i3-config
  • Add some bindings
bindsym $mod+Tab exec --no-startup-id pkill -SIGRTMIN+3 i3-last&
bindsym $mod+Shift+Tab exec --no-startup-id pkill -SIGRTMIN+2 i3-last&
bindsym $mod+b exec --no-startup-id pkill -SIGRTMIN+4 i3-last&

About

A program for i3 that allows you to jump between windows in chronological order

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages