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,
|
||||
...
|
||||
}: {
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.hyprexpo
|
||||
wayland.windowManager.hyprland.plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.system}.csgo-vulkan-fix
|
||||
];
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
./config/general.nix
|
||||
./config/binds.nix
|
||||
./config/rules.nix
|
||||
# ./config/plugins.nix
|
||||
./config/plugins.nix
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue