sputnik: Move monitors
This commit is contained in:
@ -38,13 +38,19 @@ clipboard {
|
|||||||
// `niri msg outputs`
|
// `niri msg outputs`
|
||||||
output "Microstep MSI MAG342CQR DB6H262101804" {
|
output "Microstep MSI MAG342CQR DB6H262101804" {
|
||||||
mode "3440x1440@144.000"
|
mode "3440x1440@144.000"
|
||||||
position x=0 y=0
|
position x=1152 y=387
|
||||||
scale 1.25
|
scale 1.25
|
||||||
}
|
}
|
||||||
|
|
||||||
output "Dell Inc. DELL U2724DE 1MV5L04" {
|
output "Dell Inc. DELL U2724DE 1MV5L04" {
|
||||||
mode "2560x1440@120.000"
|
mode "2560x1440@120.000"
|
||||||
|
position x=0 y=0
|
||||||
|
transform "270"
|
||||||
scale 1.25
|
scale 1.25
|
||||||
|
|
||||||
|
// layout {
|
||||||
|
// gaps 0
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
output "eDP-1" {
|
output "eDP-1" {
|
||||||
@ -61,7 +67,11 @@ output "DP-2" {
|
|||||||
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
// https://github.com/YaLTeR/niri/wiki/Configuration:-Layout
|
||||||
layout {
|
layout {
|
||||||
// Set gaps around windows in logical pixels.
|
// Set gaps around windows in logical pixels.
|
||||||
|
{% if hostname == "sputnik" %}
|
||||||
|
gaps 2 // TODO: fix output-specific layout
|
||||||
|
{% else %}
|
||||||
gaps 12
|
gaps 12
|
||||||
|
{% end %}
|
||||||
|
|
||||||
// When to center a column when changing focus, options are:
|
// When to center a column when changing focus, options are:
|
||||||
// - "never", default behavior, focusing an off-screen column will keep at the left
|
// - "never", default behavior, focusing an off-screen column will keep at the left
|
||||||
|
|||||||
Reference in New Issue
Block a user