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