update niri config
This commit is contained in:
parent
5b5e426d94
commit
713fb48d8d
7 changed files with 496 additions and 414 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ default_target_type = "symbolic"
|
|||
[helpers]
|
||||
|
||||
[default]
|
||||
depends = []
|
||||
depends = ["niri"]
|
||||
|
||||
[default.files]
|
||||
"configs/fish" = "~/.config/fish"
|
||||
|
|
@ -21,7 +21,6 @@ depends = []
|
|||
"configs/mako" = "~/.config/mako"
|
||||
"configs/mise" = "~/.config/mise"
|
||||
"configs/mpv" = "~/.config/mpv"
|
||||
"configs/niri" = "~/.config/niri"
|
||||
"configs/nvim" = "~/.config/nvim"
|
||||
"configs/rofi" = "~/.config/rofi"
|
||||
"configs/swappy" = "~/.config/swappy"
|
||||
|
|
@ -34,6 +33,10 @@ depends = []
|
|||
"configs/wpaperd" = "~/.config/wpaperd"
|
||||
"configs/yazi" = "~/.config/yazi"
|
||||
"configs/systemd" = "~/.config/systemd"
|
||||
"configs/zed" = "~/.config/zed"
|
||||
|
||||
|
||||
[default.variables]
|
||||
|
||||
[niri.files]
|
||||
"configs/niri" = "~/.config/niri"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue