remove osu stuff from hyprland config
This commit is contained in:
parent
ef85c9a6e5
commit
35a87de279
1 changed files with 1 additions and 4 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue