some more setup for xwayland-satellite to work
This commit is contained in:
parent
562ea5cb0b
commit
f7f82416e2
2 changed files with 5 additions and 5 deletions
|
@ -38,7 +38,7 @@ in
|
|||
home-manager.users.${conf.username} = {
|
||||
home.packages = with pkgs; [
|
||||
wl-clipboard
|
||||
xwayland-satellite
|
||||
xwayland-satellite-unstable
|
||||
];
|
||||
|
||||
services.swayosd = {
|
||||
|
|
|
@ -37,8 +37,8 @@ in {
|
|||
refresh = 59.999;
|
||||
};
|
||||
position = {
|
||||
x = 0;
|
||||
y = 0;
|
||||
x = 1432;
|
||||
y = 2160;
|
||||
};
|
||||
background-color = config.theme.base;
|
||||
};
|
||||
|
@ -52,8 +52,8 @@ in {
|
|||
refresh = 59.940;
|
||||
};
|
||||
position = {
|
||||
x = -1280;
|
||||
y = -2160;
|
||||
x = 0;
|
||||
y = 0;
|
||||
};
|
||||
background-color = config.theme.base;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue