Autostart ktorrent on Vanguard
This commit is contained in:
parent
017972db19
commit
be7cc86ee2
|
@ -11,31 +11,7 @@
|
|||
./streaming/default.nix
|
||||
./desktop/plasma/default.nix
|
||||
];
|
||||
wayland.windowManager.sway = lib.mkIf config.wayland.windowManager.sway.enable {
|
||||
config = {
|
||||
output = {
|
||||
"Microstep MSI G27CQ4 E2 Unknown" = {
|
||||
mode = "2560x1440@120Hz";
|
||||
position = "1920 0";
|
||||
adaptive_sync = "on";
|
||||
};
|
||||
"Acer Technologies ED270R TJMEE0043W01" = {
|
||||
mode = "1920x1080@120Hz";
|
||||
position = "0 140";
|
||||
adaptive_sync = "off";
|
||||
};
|
||||
};
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
output = "DP-1";
|
||||
workspace = "2";
|
||||
}
|
||||
{
|
||||
output = "DP-2";
|
||||
workspace = "1";
|
||||
}
|
||||
];
|
||||
startup = [ { command = "${pkgs.xorg.xrandr}/bin/xrandr --output DP-1 --primary"; } ];
|
||||
};
|
||||
xdg.configFile = {
|
||||
"autostart/org.kde.ktorrent.desktop".source = "${pkgs.kdePackages.ktorrent}/share/applications/org.kde.ktorrent.desktop";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue