nirish

config files for niri window manager
Log | Files | Refs | README | LICENSE

monitor.kdl (248B)


      1 output "eDP-1" {
      2     mode "1920x1080@60"				// To know the displays run `niri msg outputs`
      3     scale 1.25						// Integer fractional scaling for percentage fractional scaling
      4     transform "normal"
      5 }
      6 
      7 output "HDMI-A-1" {
      8     mode "1920x1080@100"
      9 }