Skip to content

ls4154/i3-glance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i3-glance

i3-glance is a lightweight daemon for the i3 window manager that automatically renames workspaces based on the applications running in each workspace.

Example screenshot with fontawesome icons:

example

Install

Using go install:

go install github.com/ls4154/i3-glance@latest

Or build manually:

git clone https://github.com/ls4154/i3-glance.git
cd i3-glance
go build .

Usage

./i3-glance --config config.json &

Or add to your i3 config for automatic startup:

exec --no-startup-id i3-glance --config ~/path/to/config.json

See the included example json config files for how to set up application icons and workspace names.

About

Automatic workspace renamer for i3 window manager, based on running applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages