From 554b2863f3243e809ef6eb0ebfc093c40e57bbfc Mon Sep 17 00:00:00 2001 From: Drew Haven Date: Tue, 9 Sep 2025 10:50:53 -0700 Subject: [PATCH] [notes] Fixes alias. [discord] Adds skeleton for PTT hotkey passthrough --- home-manager/apps/discord.nix | 4 ++++ home-manager/features/notes.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/home-manager/apps/discord.nix b/home-manager/apps/discord.nix index 75ada6d..c6cfef1 100644 --- a/home-manager/apps/discord.nix +++ b/home-manager/apps/discord.nix @@ -11,4 +11,8 @@ exec = "env ELECTRON_OZONE_PLATFORM_HINT= discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"; }; }; + wayland.windowManager.hyprland.settings.bind = [ + # Pass Mouse4 through to discord + # ", mouse:275, pass, class:^discord$" + ]; } diff --git a/home-manager/features/notes.nix b/home-manager/features/notes.nix index 2ba73d1..d6e6854 100644 --- a/home-manager/features/notes.nix +++ b/home-manager/features/notes.nix @@ -5,7 +5,7 @@ ]; home.shellAliases = { - "notes" = "nvim ~/Documents/Notes"; + "notes" = "(cd ~/Documents/Notes && nvim)"; }; services.syncthing = {