update
This commit is contained in:
@@ -82,7 +82,7 @@ gestures {
|
||||
// Find more information on the wiki:
|
||||
// https://yalter.github.io/niri/Configuration:-Outputs
|
||||
// Remember to uncomment the node by removing "/-"!
|
||||
output "eDP-1" {
|
||||
output "Virtual-1" {
|
||||
// Uncomment this line to disable this output.
|
||||
// off
|
||||
|
||||
@@ -92,10 +92,10 @@ output "eDP-1" {
|
||||
// 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 "2736x1824@60"
|
||||
mode "1920x1080@60"
|
||||
|
||||
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
|
||||
scale 1.2
|
||||
scale 1
|
||||
|
||||
// Transform allows to rotate the output counter-clockwise, valid values are:
|
||||
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
enableSpawn = true;
|
||||
};
|
||||
systemd = {
|
||||
# enable = true;
|
||||
enable = true;
|
||||
restartIfChanged = true;
|
||||
};
|
||||
};
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
home.username = "bangae1";
|
||||
home.homeDirectory = "/home/bangae1";
|
||||
home.stateVersion = "25.05";
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
targets.genericLinux.enable = true;
|
||||
xdg.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user