refactor(niri): separate internal screens and misc settings

This commit is contained in:
2026-09-10 18:01:38 +02:00
parent bb1d719ee0
commit 5121378b86
4 changed files with 19 additions and 9 deletions
+6 -2
View File
@@ -1,8 +1,13 @@
include "internal.kdl"
include "misc.kdl"
include "screens/marvin.kdl"
include "screens/boobeul.kdl"
include "screens/home.kdl"
include "screens/hei.kdl"
include "screens/heifr.kdl"
include "screens/isc.kdl"
include "screens/lab320.kdl"
include "input.kdl"
include "layout.kdl"
include "keybindings.kdl"
@@ -11,5 +16,4 @@ include "profile.kdl"
recent-windows {
off
}
include "screens/lab320.kdl"
// include "/binds.kdl"
-7
View File
@@ -4,13 +4,6 @@ hotkey-overlay {
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
output "LG Display 0x05EE Unknown" {
mode "1920x1080"
scale 1.5
transform "normal"
position x=0 y=0
}
window-rule {
// Rounded corners for a modern look.
geometry-corner-radius 20
+6
View File
@@ -0,0 +1,6 @@
output "LG Display 0x05EE Unknown" {
mode "1920x1080"
scale 1.5
transform "normal"
position x=0 y=0
}
+7
View File
@@ -0,0 +1,7 @@
output "BOE 0x0B7D Unknown" {
off
mode "1920x1080"
scale 1
transform "normal"
position x=0 y=0
}