add zen keyboard shortcut

This commit is contained in:
2026-04-01 14:49:00 +02:00
parent 6e5f9cbf20
commit e6eebc7272
2 changed files with 2 additions and 2 deletions

View File

@@ -382,7 +382,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a Terminal: alacritty" { spawn "alacritty"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "dms" "ipc" "call" "lock" "lock"; }
Mod+B hotkey-overlay-title="Open a browser: firefox" { spawn "firefox"; }
Mod+B hotkey-overlay-title="Open a browser: zen" { spawn "zen"; }
Mod+Z hotkey-overlay-title="Open an IDE: zed" { spawn "zeditor"; }
Mod+E hotkey-overlay-title="Open a file browser" { spawn "nautilus"; }

View File

@@ -51,7 +51,7 @@ in
ExtensionSettings = builtins.listToAttrs extensions;
SearchEngines = {
Default = "kagi";
Default = "Kagi";
Add = [
{
Name = "nixpkgs packages";