can't be bothered writing a commit message
This commit is contained in:
parent
7df0003c2c
commit
81319dd584
12 changed files with 1971 additions and 573 deletions
19
config.example.toml
Normal file
19
config.example.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue