From e6eebc72726ad87f3b7e5602d5da0ecc743589e6 Mon Sep 17 00:00:00 2001 From: Fredrik Robertsen Date: Wed, 1 Apr 2026 14:49:00 +0200 Subject: [PATCH] add zen keyboard shortcut --- dotfiles/.config/niri/config.kdl | 2 +- modules/zen.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/.config/niri/config.kdl b/dotfiles/.config/niri/config.kdl index 460433b..56c5e9e 100644 --- a/dotfiles/.config/niri/config.kdl +++ b/dotfiles/.config/niri/config.kdl @@ -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"; } diff --git a/modules/zen.nix b/modules/zen.nix index f6c3fa4..7358e22 100644 --- a/modules/zen.nix +++ b/modules/zen.nix @@ -51,7 +51,7 @@ in ExtensionSettings = builtins.listToAttrs extensions; SearchEngines = { - Default = "kagi"; + Default = "Kagi"; Add = [ { Name = "nixpkgs packages";