From 5ebba8a939ee72982195025ba3adb033fc0e5c37 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sun, 30 Jun 2024 10:56:27 +0200 Subject: [PATCH] fix copy in discord --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"