1
Fork 0

Remove csgo-vulkan-fix plugin

This commit is contained in:
caem 2024-07-14 10:58:18 +02:00
parent 9e0a91d23c
commit 2bda469be2
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
services.hyprpaper = { services.hyprpaper = {
@ -22,10 +22,6 @@
variables = [ "--all" ]; variables = [ "--all" ];
}; };
plugins = with pkgs; [
hyprlandPlugins.csgo-vulkan-fix
];
settings = { settings = {
"$mod" = "SUPER"; "$mod" = "SUPER";
"$terminal" = "foot"; "$terminal" = "foot";
@ -61,14 +57,6 @@
}; };
}; };
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"