refactor(niri): separate internal screens and misc settings
This commit is contained in:
+6
-2
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
output "LG Display 0x05EE Unknown" {
|
||||
mode "1920x1080"
|
||||
scale 1.5
|
||||
transform "normal"
|
||||
position x=0 y=0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
output "BOE 0x0B7D Unknown" {
|
||||
off
|
||||
mode "1920x1080"
|
||||
scale 1
|
||||
transform "normal"
|
||||
position x=0 y=0
|
||||
}
|
||||
Reference in New Issue
Block a user