Skip to content

Commit

Permalink
flake.lock: update hyprland
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Dec 27, 2023
1 parent 09b8e3f commit 09bd0c9
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 21 deletions.
29 changes: 14 additions & 15 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};

hyprland.url = "github:fufexan/Hyprland/wezterm_fix";
hyprland.url = "github:hyprwm/Hyprland";

hyprland-contrib = {
url = "github:hyprwm/contrib";
Expand Down
15 changes: 10 additions & 5 deletions home/wayland/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,18 @@ in {
workspace_swipe_forever = true;
};

plugin.csgo-vulkan-fix = {
res_w = 1280;
res_h = 800;
};

xwayland.force_zero_scaling = true;

debug.disable_logs = false;
};

wayland.windowManager.hyprland.extraConfig = ''
plugin {
csgo-vulkan-fix {
res_w = 1280
res_h = 800
class = cs2
}
}
'';
}

0 comments on commit 09bd0c9

Please sign in to comment.