Initial commit
This commit is contained in:
commit
4256a94080
22 changed files with 1179 additions and 0 deletions
22
programs/sway/kanshi.nix
Normal file
22
programs/sway/kanshi.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
xdg.configFile."kanshi/config".text = ''
|
||||
{
|
||||
output "Unknown 0x2036 0x00000000" position 0,0 mode 2560x1440 scale 1.0
|
||||
}
|
||||
{
|
||||
output "Unknown 0x2036 0x00000000" position 0,0 mode 2560x1440 scale 1.0
|
||||
output "Dell Inc. DELL U2715H GH85D5B90R4S" position 2560,0 mode 2560x1440 scale 1.0
|
||||
}
|
||||
{
|
||||
output "Chimei Innolux Corporation 0x14D3 0x00000000" position 0,0 mode 1920x1080 scale 1
|
||||
}
|
||||
{
|
||||
output "Chimei Innolux Corporation 0x14D3 0x00000000" position 0,0 mode 1920x1080 scale 1
|
||||
output "Dell Inc. DELL U2718Q FN84K83Q1KHL" position 1920,0 mode 3840x2160 scale 1.25
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue