stuff
This commit is contained in:
@@ -10,8 +10,14 @@
|
||||
settings = {
|
||||
prefer-no-csd = true;
|
||||
|
||||
environment = {
|
||||
DISPLAY = ":0";
|
||||
# environment = {
|
||||
# DISPLAY = ":0";
|
||||
# };
|
||||
|
||||
outputs = {
|
||||
"BOE 0x095F Unknown" = {
|
||||
scale = 1.5;
|
||||
};
|
||||
};
|
||||
|
||||
spawn-at-startup = [
|
||||
@@ -29,12 +35,13 @@
|
||||
];
|
||||
}
|
||||
|
||||
{
|
||||
command = [
|
||||
"${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite"
|
||||
(builtins.toString config.programs.niri.settings.environment.DISPLAY)
|
||||
];
|
||||
}
|
||||
# {
|
||||
# command = [
|
||||
# "${pkgs.xwayland-satellite-unstable}/bin/xwayland-satellite"
|
||||
# # (builtins.toString config.programs.niri.settings.environment.DISPLAY)
|
||||
# ":0"
|
||||
# ];
|
||||
# }
|
||||
];
|
||||
|
||||
window-rules = [
|
||||
|
||||
Reference in New Issue
Block a user