Remove csgo-vulkan-fix plugin
This commit is contained in:
parent
9e0a91d23c
commit
2bda469be2
1 changed files with 1 additions and 13 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue