mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 21:39:23 +02:00
improve sway config
This commit is contained in:
parent
32018c31a4
commit
6479fa050e
2 changed files with 24 additions and 1 deletions
|
@ -20,14 +20,17 @@ in
|
|||
output = {
|
||||
HDMI-A-4 = {
|
||||
mode = "1280x1024@75.025Hz";
|
||||
pos = "2560 0";
|
||||
};
|
||||
HDMI-A-3 = {
|
||||
mode = "2560x1440@143.991Hz";
|
||||
adaptive_sync = "on";
|
||||
pos = "0 0";
|
||||
};
|
||||
DP-3 = {
|
||||
mode = "1920x1080@60.000Hz";
|
||||
transform ="270";
|
||||
transform = "270";
|
||||
pos = "-1080 0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue