some more setup for xwayland-satellite to work

This commit is contained in:
twoneis 2025-03-16 22:35:20 +01:00
parent 562ea5cb0b
commit f7f82416e2
2 changed files with 5 additions and 5 deletions

View file

@ -38,7 +38,7 @@ in
home-manager.users.${conf.username} = { home-manager.users.${conf.username} = {
home.packages = with pkgs; [ home.packages = with pkgs; [
wl-clipboard wl-clipboard
xwayland-satellite xwayland-satellite-unstable
]; ];
services.swayosd = { services.swayosd = {

View file

@ -37,8 +37,8 @@ in {
refresh = 59.999; refresh = 59.999;
}; };
position = { position = {
x = 0; x = 1432;
y = 0; y = 2160;
}; };
background-color = config.theme.base; background-color = config.theme.base;
}; };
@ -52,8 +52,8 @@ in {
refresh = 59.940; refresh = 59.940;
}; };
position = { position = {
x = -1280; x = 0;
y = -2160; y = 0;
}; };
background-color = config.theme.base; background-color = config.theme.base;
}; };