[notes] Fixes alias. [discord] Adds skeleton for PTT hotkey passthrough
This commit is contained in:
@@ -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$"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
"notes" = "nvim ~/Documents/Notes";
|
"notes" = "(cd ~/Documents/Notes && nvim)";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
|
|||||||
Reference in New Issue
Block a user