Add hyprvoice binds to all niri configs, added frame12 changes
This commit is contained in:
parent
f4c47d0bfb
commit
fdda078fb4
@ -81,6 +81,7 @@ in
|
||||
enable = true;
|
||||
useNonFree = true;
|
||||
user = deskCfg.userName;
|
||||
installGaming = true;
|
||||
systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
rpi-imager
|
||||
|
||||
@ -422,6 +422,9 @@ binds {
|
||||
Mod+Ctrl+Q { quit; }
|
||||
Mod+Shift+Ctrl+P { power-off-monitors; }
|
||||
|
||||
// Dictation
|
||||
Mod+grave { spawn "hyprvoice" "toggle"; }
|
||||
|
||||
// Lock screen (via Noctalia)
|
||||
Mod+L { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; }
|
||||
|
||||
|
||||
@ -33,6 +33,11 @@ in
|
||||
yt-audio() {
|
||||
nix-shell -p yt-dlp --run "yt-dlp -x $1 --audio-format mp3"
|
||||
}
|
||||
|
||||
new-post() {
|
||||
local slug="''${1:+"-$1"}"
|
||||
hugo new "posts/$(date +%y-%m-%d)''${slug}"
|
||||
}
|
||||
'';
|
||||
# Additional shell aliases beyond base
|
||||
programs.zsh.shellAliases = {
|
||||
|
||||
@ -376,6 +376,9 @@ binds {
|
||||
Mod+Ctrl+Q { quit; }
|
||||
Mod+Shift+Ctrl+P { power-off-monitors; }
|
||||
|
||||
// Dictation
|
||||
Mod+grave { spawn "hyprvoice" "toggle"; }
|
||||
|
||||
}
|
||||
|
||||
switch-events {
|
||||
|
||||
@ -444,7 +444,7 @@ binds {
|
||||
//
|
||||
|
||||
// Dictation
|
||||
Mod+semicolon { spawn "hyprvoice" "toggle"; }
|
||||
Mod+grave { spawn "hyprvoice" "toggle"; }
|
||||
|
||||
// Notifications - Noctalia notification panel
|
||||
Mod+Shift+C { spawn "noctalia-shell" "ipc" "call" "notificationHistory" "toggle"; }
|
||||
|
||||
@ -417,6 +417,9 @@ binds {
|
||||
Mod+Ctrl+Q { quit; }
|
||||
Mod+Shift+Ctrl+P { power-off-monitors; }
|
||||
|
||||
// Dictation
|
||||
Mod+grave { spawn "hyprvoice" "toggle"; }
|
||||
|
||||
// Lock screen (via Noctalia)
|
||||
Mod+L { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; }
|
||||
|
||||
|
||||
@ -87,7 +87,7 @@ in
|
||||
};
|
||||
|
||||
programs.gamemode = {
|
||||
enable = true;
|
||||
enable = lib.mkDefault cfg.installGaming;
|
||||
settings = {
|
||||
general = {
|
||||
reaper_freq = 5;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user