WIP: fix way vrr
This commit is contained in:
parent
d1a843b71c
commit
d93da9db68
3 changed files with 37 additions and 1 deletions
|
@ -40,6 +40,19 @@ in {
|
|||
forEachMerge = list: func: mergeAttrsSet (lib.forEach list func);
|
||||
in {
|
||||
enable = true;
|
||||
package = pkgs.sway.override {
|
||||
sway-unwrapped = ((pkgs.sway-unwrapped.overrideAttrs (old: {
|
||||
patches = old.patches ++ [
|
||||
../patches/sway/fix-vrr.patch
|
||||
];
|
||||
})).override {
|
||||
wlroots = pkgs.wlroots.overrideAttrs (_: {
|
||||
patches = [
|
||||
../patches/wlroots/fix-vrr.patch
|
||||
];
|
||||
});
|
||||
});
|
||||
};
|
||||
config = {
|
||||
bars = [ ];
|
||||
window.titlebar = false;
|
||||
|
@ -412,7 +425,6 @@ in {
|
|||
# layer=overlay
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
sway
|
||||
swaybg
|
||||
swaylock
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue