niri proportions and scaling
This commit is contained in:
parent
5006f6fc95
commit
8600145275
1 changed files with 10 additions and 2 deletions
|
|
@ -22,6 +22,14 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile."niri/config.kdl".text = ''
|
xdg.configFile."niri/config.kdl".text = ''
|
||||||
|
output "eDP-1" {
|
||||||
|
scale 1.0
|
||||||
|
}
|
||||||
|
|
||||||
|
output "DP-3" {
|
||||||
|
scale 1.0
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
keyboard {
|
keyboard {
|
||||||
xkb {
|
xkb {
|
||||||
|
|
@ -64,7 +72,7 @@ in
|
||||||
else
|
else
|
||||||
''
|
''
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
proportion 1
|
proportion 1.0
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -118,7 +126,7 @@ in
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="zen"
|
match app-id="zen"
|
||||||
default-column-width { proportion ${if isRotterdam then "0.5" else "1"}; }
|
default-column-width { proportion ${if isRotterdam then "0.5" else "1.0"}; }
|
||||||
}
|
}
|
||||||
|
|
||||||
window-rule {
|
window-rule {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue