can't be bothered writing a commit message

This commit is contained in:
Breadway 2026-05-24 18:57:01 +08:00
parent 7df0003c2c
commit 81319dd584
12 changed files with 1971 additions and 573 deletions

19
config.example.toml Normal file
View file

@ -0,0 +1,19 @@
# breadbox configuration
# Copy to ~/.config/breadbox/config.toml
# Each [[context]] block matches a Hyprland workspace by name.
# The "default" context is used when no named context matches.
# priority lists app names (case-insensitive substring match against Name= and StartupWMClass=).
# Matched apps are sorted first, in priority order; everything else is alphabetical.
[[context]]
name = "default"
priority = ["firefox", "code", "obsidian", "kitty"]
# [[context]]
# name = "2"
# priority = ["slack", "discord", "telegram"]
# [[context]]
# name = "work"
# priority = ["code", "alacritty", "postman"]