update niri for multi monitor support

This commit is contained in:
Alexander Navarro 2025-12-12 12:18:47 -03:00
parent a85aa9ee0f
commit 20f68e1dee
6 changed files with 42 additions and 40 deletions

View file

@ -3,31 +3,6 @@ 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
}
}
"""
"configs/niri/work-laptop/local.kdl" = "~/.config/niri/include/local.kdl"
[variables]