(Snow)flakes for fluffy winters.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(home-manager/niri): add hotkey labels

+6 -6
+6 -6
modules/home-manager/niri/config.kdl
··· 367 367 // `niri msg action do-something`. 368 368 369 369 // Noctalia binds 370 - Alt+Space { spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; } 371 - Mod+S { spawn "noctalia-shell" "ipc" "call" "controlCenter" "toggle"; } 370 + Alt+Space hotkey-overlay-title="Toggle Launcher" { spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; } 371 + Mod+S hotkey-overlay-title="Toggle Control Centre" { spawn "noctalia-shell" "ipc" "call" "controlCenter" "toggle"; } 372 372 373 373 // Mod-Shift-/, which is usually the same as Mod-?, 374 374 // shows a list of important hotkeys. ··· 377 377 // Suggested binds for running programs: terminal, app launcher, screen locker. 378 378 Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; } 379 379 // Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; } 380 - Mod+L { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; } 380 + Mod+L hotkey-overlay-title="Lock Screen" { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; } 381 381 382 382 // KDE Plasma equivalent power cycle 383 - Mod+B { spawn "noctalia-shell" "ipc" "call" "powerProfile" "cycle"; } 383 + Mod+B hotkey-overlay-title="Cycle Power Profile" { spawn "noctalia-shell" "ipc" "call" "powerProfile" "cycle"; } 384 384 385 385 XF86AudioRaiseVolume allow-when-locked=true { spawn "noctalia-shell" "ipc" "call" "volume" "increase"; } 386 386 XF86AudioPlay allow-when-locked=true { spawn "noctalia-shell" "ipc" "call" "media" "playPause"; } ··· 391 391 392 392 XF86PowerOff allow-when-locked=true { spawn "noctalia-shell" "ipc" "call" "sessionMenu" "toggle"; } 393 393 394 - Mod+V { spawn "noctalia-shell" "ipc" "call" "launcher" "clipboard"; } 395 - Mod+Shift+Space { spawn "noctalia-shell" "ipc" "call" "launcher" "emoji"; } 394 + Mod+V hotkey-overlay-title="View Clipboard History" { spawn "noctalia-shell" "ipc" "call" "launcher" "clipboard"; } 395 + Mod+Shift+Space hotkey-overlay-title="Select Emoji" { spawn "noctalia-shell" "ipc" "call" "launcher" "emoji"; } 396 396 397 397 // Open/close the Overview: a zoomed-out view of workspaces and windows. 398 398 // You can also move the mouse into the top-left hot corner,