refactor(desktop): rework kanshi configurations
This commit is contained in:
parent
0d8a394dcf
commit
70ec9d25a7
7 changed files with 104 additions and 65 deletions
|
@ -46,7 +46,20 @@
|
|||
desktop.sway = {
|
||||
enable = true;
|
||||
wallpapers.lockscreen = "${./files/lockscreen.png}";
|
||||
kanshi = true;
|
||||
kanshi = {
|
||||
enable = true;
|
||||
standalone = {
|
||||
profile.name = "standalone";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.325;
|
||||
transform = "90";
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
waybar = {
|
||||
laptop = true;
|
||||
gpuThermal.enable = false;
|
||||
|
|
|
@ -22,11 +22,5 @@
|
|||
"pointer_accel" = "0.3";
|
||||
};
|
||||
};
|
||||
wayland.windowManager.sway.config.output = {
|
||||
"eDP-1" = {
|
||||
transform = "90";
|
||||
scale = "1.3";
|
||||
};
|
||||
};
|
||||
sops.age.keyFile = "/home/ephase/.config/sops/age/keys.txt";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue