diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 1ae563e..0c1637f 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -139,7 +139,7 @@ "$mainMod SHIFT, F, fullscreen, 1" "$mainMod, Space, togglefloating," "$mainMod, D, exec, fuzzel" - "$mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord'" + "$mainMod SHIFT, D, exec, hyprctl dispatch exec '[workspace 4 silent] discord --enable-features=UseOzonePlatform --ozone-platform=wayland'" "$mainMod SHIFT, S, exec, hyprctl dispatch exec '[workspace 5 silent] SoundWireServer'" "$mainMod, Escape, exec, swaylock" "$mainMod SHIFT, Escape, exec, shutdown-script"