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

View File

@@ -5,7 +5,7 @@
]; ];
home.shellAliases = { home.shellAliases = {
"notes" = "nvim ~/Documents/Notes"; "notes" = "(cd ~/Documents/Notes && nvim)";
}; };
services.syncthing = { services.syncthing = {