aboutsummaryrefslogtreecommitdiff
path: root/config/niri
diff options
context:
space:
mode:
Diffstat (limited to 'config/niri')
-rw-r--r--config/niri/config.kdl8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl
index af5eab5..454db2f 100644
--- a/config/niri/config.kdl
+++ b/config/niri/config.kdl
@@ -73,7 +73,7 @@ input {
// Find more information on the wiki:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs
// Remember to uncomment the node by removing "/-"!
-/-output "eDP-1" {
+output "eDP-1" {
// Uncomment this line to disable this output.
// off
@@ -83,10 +83,10 @@ input {
// for the resolution.
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
- mode "1920x1080@120.030"
+ mode "3024x1964@60.000"
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
- scale 2
+ scale 1.68
// Transform allows to rotate the output counter-clockwise, valid values are:
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
@@ -288,7 +288,7 @@ window-rule {
window-rule {
match is-focused=false
- opacity 0.85
+ opacity 0.8
}
// Open the Firefox picture-in-picture player as floating by default.