From a12088a11830be9859ba90fcfe589311a862b46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Thu, 27 Apr 2023 00:22:33 +0900 Subject: [PATCH] chore: added wayland alias to electron apps --- users/common/shells/alias.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/common/shells/alias.nix b/users/common/shells/alias.nix index 48126af..85b0fc4 100644 --- a/users/common/shells/alias.nix +++ b/users/common/shells/alias.nix @@ -24,5 +24,8 @@ _: { rg = "rg -S"; zf = "zathura --fork"; + hypr = "Hyprland"; + chromium = "chromium -ozone-platform-hint=auto"; + signal-desktop = "signal-desktop -ozone-platform-hint=auto"; }; }