niri outputs

This commit is contained in:
2025-11-27 22:25:45 +01:00
parent fd35954c9d
commit 4c69672211
2 changed files with 6 additions and 4 deletions

View File

@@ -36,8 +36,8 @@ map ctrl+down next_window
cursor_trail 1 cursor_trail 1
cursor_shape beam cursor_shape beam
remember_window_size no # remember_window_size no
initial_window_width 1021 # initial_window_width 1021
include Catppuccin-Mocha.conf include Catppuccin-Mocha.conf

View File

@@ -33,14 +33,15 @@ input {
/************************Output************************/ /************************Output************************/
output "eDP-1" { output "eDP-1" {
mode "2560x1600@240" // off
mode "2560x1600@60.002"
scale 1.25 scale 1.25
background-color "#1e1e2e" background-color "#1e1e2e"
backdrop-color "#1e1e2e" backdrop-color "#1e1e2e"
} }
output "eDP-2" { output "eDP-2" {
mode "2560x1600@240" mode "2560x1600@60"
scale 1.25 scale 1.25
background-color "#1e1e2e" background-color "#1e1e2e"
backdrop-color "#1e1e2e" backdrop-color "#1e1e2e"
@@ -51,6 +52,7 @@ output "DP-1" {
scale 1.0 scale 1.0
background-color "#1e1e2e" background-color "#1e1e2e"
backdrop-color "#1e1e2e" backdrop-color "#1e1e2e"
// transform "90"
} }