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 = {