33 lines
556 B
TOML
33 lines
556 B
TOML
includes = []
|
|
packages = ["default"]
|
|
|
|
[files]
|
|
"configs/hypr/work-laptop/hyprland.conf" = "~/.config/hypr/include/work-laptop.conf"
|
|
|
|
|
|
[files."configs/niri/config.kdl"]
|
|
target = "~/.config/niri/config.kdl"
|
|
type = "template"
|
|
append = """
|
|
window-rule {
|
|
match app-id="brave-work"
|
|
open-on-workspace "1"
|
|
open-focused true
|
|
|
|
default-column-width {
|
|
proportion 0.5
|
|
}
|
|
}
|
|
window-rule {
|
|
match app-id="brave-personal"
|
|
open-on-workspace "2"
|
|
open-focused false
|
|
|
|
default-column-width {
|
|
proportion 0.5
|
|
}
|
|
}
|
|
|
|
"""
|
|
|
|
[variables]
|