lfkeitel / i3-workspaces

Utility to run commands for new i3 workspaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i3 Workspaces

This is a small utility that runs commands on new workspace when they're created.

Example

Setting workspace layout:

config.toml:

["workspace name"]
commands = [
    "layout tabbed"
]

Exec line in i3 config:

exec ~/bin/i3-workspaces ~/.config/i3-workspaces/config.toml

About

Utility to run commands for new i3 workspaces

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%