Skip to content
/ xfocus Public

xfocus is a minimal X11 utility to find and focus on windows by their name. It recursively searches the window hierarchy and focuses on the first matching window.

License

Notifications You must be signed in to change notification settings

iehgit/xfocus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

xfocus

xfocus is a minimal X11 utility to find and focus on windows by their name. It recursively searches the window hierarchy and focuses on the first matching window.

Build

Clone the repository and compile the program:

git clone https://github.com/iehgit/xfocus.git
cd xfocus
make

Usage

Run the program with the target window name as an argument:

./xfocus "xfce4-panel"

Dependencies

  • X11 development libraries (libx11-dev on Debian-based systems).

License

This project is licensed under the MIT License. See LICENSE for details.

About

xfocus is a minimal X11 utility to find and focus on windows by their name. It recursively searches the window hierarchy and focuses on the first matching window.

Topics

Resources

License

Stars

Watchers

Forks