[notes] Fixes alias. [discord] Adds skeleton for PTT hotkey passthrough

This commit is contained in:
2025-09-09 10:50:53 -07:00
parent 5829dc294e
commit 554b2863f3
2 changed files with 5 additions and 1 deletions

View File

@@ -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$"
];
}