pang13: misc

This commit is contained in:
Elnu 2023-10-02 14:00:50 -07:00
parent 4bd8222dc3
commit 1f7c9c06d8
4 changed files with 19 additions and 2 deletions

View file

@ -0,0 +1,16 @@
{ pkgs, ... }:
{
xsession.windowManager.i3.config = {
workspaceOutputAssign = [
{
output = "eDP-1";
workspace = "1";
}
{
output = "HDMI-1";
workspace = "2";
}
];
};
}