n
This commit is contained in:
parent
c9b8c7c140
commit
c3cc88b0e9
1 changed files with 12 additions and 3 deletions
|
|
@ -13,9 +13,8 @@ input {
|
||||||
// For more information, see xkeyboard-config(7).
|
// For more information, see xkeyboard-config(7).
|
||||||
|
|
||||||
// For example:
|
// For example:
|
||||||
layout "eu,ru"
|
layout "us,ru"
|
||||||
//variant "dvorak,,"
|
options "grp:alt_shift_toggle"
|
||||||
options "grp:lctrl_toggle, ctrl:nocaps"
|
|
||||||
|
|
||||||
// If this section is empty, niri will fetch xkb settings
|
// If this section is empty, niri will fetch xkb settings
|
||||||
// from org.freedesktop.locale1. You can control these using
|
// from org.freedesktop.locale1. You can control these using
|
||||||
|
|
@ -109,6 +108,16 @@ input {
|
||||||
// automatically.
|
// automatically.
|
||||||
position x=1280 y=0
|
position x=1280 y=0
|
||||||
}
|
}
|
||||||
|
output "DP-1" {
|
||||||
|
scale 1.5
|
||||||
|
mode "2560x1440@75"
|
||||||
|
position x=0 y=0
|
||||||
|
}
|
||||||
|
|
||||||
|
output "DP-3" {
|
||||||
|
scale 1
|
||||||
|
mode "2560x1440@75"
|
||||||
|
}
|
||||||
|
|
||||||
// Settings that influence how windows are positioned and sized.
|
// Settings that influence how windows are positioned and sized.
|
||||||
// Find more information on the wiki:
|
// Find more information on the wiki:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue