Skip to content

b1ru/xlabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

xlabel

  • This only works for systems that are using the X window system (most linux distributions and *BSD systems).

What

Label any window, and manage windows using labels.

Usage

To get help for the xlabel command, type xlabel -h in your terminal.

  • You can only have one label for each window.

Installation

  • Make sure you have xdotool installed.
  • xlabel is just a shell script, so just download it, make it executable and run it.

Why

I needed a way to quickly switch between windows of the same application, but it may be used for other use cases too.

Why don't you use the window's title for that?

Because two windows can both have the same or similar title, but not belong to the same application.

Why don't you use the window's class name for that?

That works fine for graphical applications, but it doesn't work for terminal applications.

About

Label and manage your X11 windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages