update niri config

This commit is contained in:
Alexander Navarro 2025-10-27 11:39:38 -03:00
parent 5b5e426d94
commit f535d75b96
5 changed files with 494 additions and 414 deletions

View file

@ -4,4 +4,30 @@ 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]