hyprland: enable csgo plugin
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
This commit is contained in:
parent
0163aebef0
commit
39ef00af7c
2 changed files with 9 additions and 9 deletions
|
@ -3,16 +3,16 @@
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
wayland.windowManager.hyprland.plugins = [
|
||||||
|
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
|
||||||
|
];
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
plugins = [
|
|
||||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
|
|
||||||
];
|
|
||||||
plugin = {
|
plugin = {
|
||||||
hyprexpo = {
|
csgo-vulkan-fix = {
|
||||||
columns = 3;
|
res_w = 1280;
|
||||||
gap_size = 5;
|
res_h = 1024;
|
||||||
bg_col = "rgb(111111)";
|
class = "cs2";
|
||||||
workspace_method = "center current";
|
fix_mouse = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
./config/general.nix
|
./config/general.nix
|
||||||
./config/binds.nix
|
./config/binds.nix
|
||||||
./config/rules.nix
|
./config/rules.nix
|
||||||
# ./config/plugins.nix
|
./config/plugins.nix
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue