+AZPILOGISTIK01 +WEBAPP_URL1
This commit is contained in:
parent
f8303bceba
commit
af7af98f7e
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user