hyprland: enable csgo plugin
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful

This commit is contained in:
notohh 2024-10-08 09:36:13 -04:00
parent 0163aebef0
commit 39ef00af7c
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 9 additions and 9 deletions

View file

@ -3,16 +3,16 @@
inputs,
...
}: {
wayland.windowManager.hyprland.plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
];
wayland.windowManager.hyprland.settings = {
plugins = [
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
];
plugin = {
hyprexpo = {
columns = 3;
gap_size = 5;
bg_col = "rgb(111111)";
workspace_method = "center current";
csgo-vulkan-fix = {
res_w = 1280;
res_h = 1024;
class = "cs2";
fix_mouse = true;
};
};
};

View file

@ -4,7 +4,7 @@
./config/general.nix
./config/binds.nix
./config/rules.nix
# ./config/plugins.nix
./config/plugins.nix
];
wayland.windowManager.hyprland = {
enable = true;