diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:21:48 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-12-02 10:31:35 +0100 |
| commit | c06f19a29268059b9ef24c3206bed0a893aef44e (patch) | |
| tree | 9dac3237d20c421174766dc1884b4d899cb85aef /config/niri | |
| parent | 2187a08bd3ec76dc4d9c008331493be699e6ab00 (diff) | |
| parent | 8ce1b3d47f914811c289f06b8de43f7880125429 (diff) | |
Add jj status when available
Diffstat (limited to 'config/niri')
| -rw-r--r-- | config/niri/config.kdl | 8 |
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. |