Skip to content

I3wm utility for switching focus between current and previous focused windows.

License

Notifications You must be signed in to change notification settings

dinAlt/i3-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-tools

I3wm utility for switching focus between current and previous focused windows.

Requirements

  • cmake (>= 3.10)
  • C++20 compiler
  • sigc++ 2.0 (i3ipc++ dependency)
  • jsoncpp (i3ipc++ dependency)

Build

git clone https://github.com/dinAlt/i3-tools.git --recursive
cd i3-tools
mkdir build && cd build
cmake ./..
cmake --build .

Usage

./i3-tools -h
usage: i3-tools [-h] [--switch-window]

Focus previos focused window for i3wm.

This app should be launched with i3wm without options
and then use you may use it with --switch-window option.

options:
  -h, help         show help and exit
  --switch-window  focus previos focused window

About

I3wm utility for switching focus between current and previous focused windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published