feat: add fourside monitor workspace binding

This commit is contained in:
Swarsel 2024-07-11 10:49:39 +02:00
parent 417f49e2ac
commit 88f64a3139
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 30 additions and 6 deletions

View file

@ -74,13 +74,25 @@
};
output = {
DP-1 = {
mode = "2560x1440"; # TEMPLATE
eDP-1 = {
mode = "1920x1080"; # TEMPLATE
scale = "1";
#bg = "~/.dotfiles/wallpaper/lenovowp.png fill";
position = "1920,0";
# bg = "~/.dotfiles/wallpaper/lenovowp.png fill";
};
HDMI-A-1 = {
mode = "2560x1440";
scale = "1";
# bg = "~/.dotfiles/wallpaper/lenovowp.png fill";
position = "0,0";
};
};
workspaceOutputAssign = [
{ output = "eDP-1"; workspace = "1:";}
{ output = "HDMI-A-1"; workspace = "2:";}
];
keybindings = let
modifier = config.wayland.windowManager.sway.config.modifier;
in {