modularize niri config
This commit is contained in:
parent
272aadbda3
commit
efbbe37a30
6 changed files with 436 additions and 502 deletions
|
|
@ -1,5 +1,7 @@
|
|||
spawn-at-startup "brave"
|
||||
spawn-at-startup "firefox"
|
||||
window-rule {
|
||||
match app-id="brave-work"
|
||||
match app-id="firefox"
|
||||
open-on-workspace "1"
|
||||
open-focused true
|
||||
default-column-width {
|
||||
|
|
@ -7,7 +9,7 @@ window-rule {
|
|||
}
|
||||
}
|
||||
window-rule {
|
||||
match app-id="brave-personal"
|
||||
match app-id="brave-browser"
|
||||
open-on-workspace "2"
|
||||
open-focused false
|
||||
default-column-width {
|
||||
|
|
@ -22,7 +24,7 @@ output "HDMI-A-1" {
|
|||
}
|
||||
output "eDP-1" {
|
||||
mode "1920x1080@60.000"
|
||||
position x=0 y=720
|
||||
position x=0 y=0
|
||||
layout {
|
||||
default-column-width {
|
||||
proportion 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue