1
Fork 0

Add csgo-vulkan-fix hyprland plugin

This commit is contained in:
caem 2024-07-10 13:04:56 +02:00
parent da6657fdd3
commit 9e0a91d23c
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ ... }: { pkgs, ... }:
{ {
services.hyprpaper = { services.hyprpaper = {
@ -21,6 +21,11 @@
enable = true; enable = true;
variables = [ "--all" ]; variables = [ "--all" ];
}; };
plugins = with pkgs; [
hyprlandPlugins.csgo-vulkan-fix
];
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$terminal" = "foot"; "$terminal" = "foot";
@ -56,6 +61,14 @@
}; };
}; };
plugin = {
csgo-vulkan-fix = {
res_w = 1440;
res_h = 1080;
class = "cs2";
};
};
bindm = [ bindm = [
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow" "$mod, mouse:273, resizewindow"