remove osu stuff from hyprland config

This commit is contained in:
jacekpoz 2024-04-28 21:36:48 +02:00
parent ef85c9a6e5
commit 35a87de279
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -8,7 +8,6 @@
cfg = config.myOptions.programs.hypr.land; cfg = config.myOptions.programs.hypr.land;
inherit (config.myOptions.other.system) username; inherit (config.myOptions.other.system) username;
hmCfg = config.home-manager.users.${username}; hmCfg = config.home-manager.users.${username};
osuCfg = config.myOptions.programs.osu;
isAmdGpuPresent = elem "amdgpu" config.boot.initrd.kernelModules; isAmdGpuPresent = elem "amdgpu" config.boot.initrd.kernelModules;
@ -268,10 +267,8 @@ in {
(mkIf config.services.asusd.enable (mkIf config.services.asusd.enable
"size 960 670, title:^(ROG Control Center)$") "size 960 670, title:^(ROG Control Center)$")
(mkIf (cfg.tearing && osuCfg.enable) (mkIf cfg.tearing
"immediate, class:^(osu!)$") "immediate, class:^(osu!)$")
(mkIf (cfg.tearing && osuCfg.enableStable)
"immediate, class:^(osu!.exe)$")
]; ];
bind = [ bind = [