+AZPILOGISTIK01 +WEBAPP_URL1

This commit is contained in:
sascha.koenig 2025-11-12 13:57:31 +01:00
parent f8303bceba
commit af7af98f7e
5 changed files with 42 additions and 14 deletions

View File

@ -10,10 +10,21 @@
]; ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
env = [ env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/bde-logistik" "WEBAPP_URL,http://192.168.152.110:4711/login/konzept-kommi"
"WEBAPP_URL1,http://192.168.152.110:4711/login/konzept-pack"
"HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
]; ];
exec-once = [
"chromium $WEBAPP_URL"
"chromium-isolated $WEBAPP_URL1"
];
monitor = [
];
workspace = [
"1, monitor:HDMI-A-1, default:true"
"2, monitor:HDMI-A-2"
];
}; };
} }

View File

@ -10,10 +10,19 @@
]; ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
env = [ env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/bde-logistik" "WEBAPP_URL,http://192.168.152.110:4711/login/konzept-kommi"
"HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
]; ];
exec-once = [
"chromium $WEBAPP_URL"
];
monitor = [
];
workspace = [
"1, monitor:eDP-1, default:true"
"2, monitor:eDP-1"
];
}; };
} }

View File

@ -10,10 +10,19 @@
]; ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
env = [ env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/bde-logistik" "WEBAPP_URL,http://192.168.152.110:4711/login/konzept-kommi"
"HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
]; ];
exec-once = [
"chromium $WEBAPP_URL"
];
monitor = [
];
workspace = [
"1, monitor:eDP-1, default:true"
"2, monitor:eDP-1"
];
}; };
} }

View File

@ -10,10 +10,19 @@
]; ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
env = [ env = [
"WEBAPP_URL,http://192.168.152.98:4711/login/bde-logistik" "WEBAPP_URL,http://192.168.152.110:4711/login/konzept-kommi"
"HYPRCURSOR_THEME,rose-pine-hyprcursor" "HYPRCURSOR_THEME,rose-pine-hyprcursor"
"HYPRCURSOR_SIZE,32" "HYPRCURSOR_SIZE,32"
"WLR_NO_HARDWARE_CURSORS,1" "WLR_NO_HARDWARE_CURSORS,1"
]; ];
exec-once = [
"chromium $WEBAPP_URL"
];
monitor = [
];
workspace = [
"1, monitor:eDP-1, default:true"
"2, monitor:eDP-1"
];
}; };
} }

View File

@ -98,16 +98,6 @@
force_zero_scaling = true; force_zero_scaling = true;
}; };
exec-once = [
"chromium $WEBAPP_URL"
];
monitor = [
];
workspace = [
"1, monitor:eDP-1, default:true"
"2, monitor:eDP-1"
];
input = { input = {
touchdevice = { touchdevice = {
enabled = true; enabled = true;