Skip to content

koskev/swayautonames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swayautonames

This little program automatically renames workspaces in sway similar to i3-workspace-names-daemon.

Example:

pic

Configuration

Configuration files are loaded with the priority

  • ./config.json
  • $XDG_CONFIG_HOME/swayautonames/config.json
  • /etc/swayautonames/config.json

The config has the form

{
    "app_symbols": {
        "app_name": "symbol"
    }
}

For the sway configuration you should be using numbered Workspaces instead of names. E.g.

bindsym $mod+1 workspace number 1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages