AutoYADM commit: 2025-04-14 14:30:12

This commit is contained in:
Daniel Fichtinger 2025-04-14 14:30:12 -04:00
parent 081f1e0d9f
commit 48407f166f

View file

@ -8,6 +8,10 @@
// https://github.com/YaLTeR/niri/wiki/Configuration:-Input // https://github.com/YaLTeR/niri/wiki/Configuration:-Input
input { input {
keyboard { keyboard {
xkb {
layout "us"
options "compose:paus"
}
repeat-delay 250 repeat-delay 250
repeat-rate 30 repeat-rate 30
} }
@ -87,6 +91,7 @@ layout {
proportion 0.33333 proportion 0.33333
proportion 0.5 proportion 0.5
proportion 0.66667 proportion 0.66667
// proportion 0.75
// Fixed sets the width in logical pixels exactly. // Fixed sets the width in logical pixels exactly.
// fixed 1920 // fixed 1920
} }
@ -228,7 +233,7 @@ window-rule {
window-rule { window-rule {
match app-id="firefox$" match app-id="firefox$"
default-column-width { default-column-width {
proportion 0.66667 proportion 0.8
} }
clip-to-geometry true clip-to-geometry true
} }