Add screen config for harrison
This commit is contained in:
parent
40cb22a7fc
commit
f6706c9aa5
2 changed files with 27 additions and 1 deletions
20
hosts/harrison/.config/sway/config.d/screens.conf
Normal file
20
hosts/harrison/.config/sway/config.d/screens.conf
Normal file
|
@ -0,0 +1,20 @@
|
|||
set $left 'Unknown UMC SHARP 0x00000000'
|
||||
set $middle 'Samsung Electric Company SMBX2450L 0x00003231'
|
||||
set $right 'Eizo Nanao Corporation EV2316W 39117013'
|
||||
|
||||
output $left {
|
||||
scale 1
|
||||
pos 0 600
|
||||
res 1920x1080
|
||||
}
|
||||
|
||||
output $middle {
|
||||
scale 1
|
||||
pos 1920 600
|
||||
}
|
||||
|
||||
output $right {
|
||||
scale 1
|
||||
pos 3840 0
|
||||
transform 90
|
||||
}
|
|
@ -8,5 +8,11 @@ in
|
|||
./configuration.nix
|
||||
];
|
||||
|
||||
pub-solar.nextcloud.enable = lib.mkForce false;
|
||||
config = {
|
||||
home-manager.users."${psCfg.user.name}".xdg.configFile = mkIf psCfg.sway.enable {
|
||||
"sway/config.d/10-screens.conf".source = ./.config/sway/config.d/screens.conf;
|
||||
};
|
||||
|
||||
pub-solar.nextcloud.enable = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue