From b1d1fcd3869b65aa5ed6b5dc3bf961f2512dcf5a Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 11 May 2023 16:07:50 +0200 Subject: [PATCH] Sxhkd: switch secondary terminal to terminator (for light theme) --- hm_modules/sxhkd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index 28e715e..38204b0 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -2,7 +2,7 @@ imports = [ ./nautilus.nix # ./thunar.nix - ./kitty.nix + ./terminator.nix ./alacritty.nix ]; home.packages = builtins.attrValues { @@ -13,7 +13,7 @@ services.sxhkd = let primaryTerminal = "alacritty"; - secondaryTerminal = "kitty"; + secondaryTerminal = "terminator"; fileManager = "nautilus"; secondaryFileManager = "thunar"; emojiChooser = "rofimoji --skin-tone light -a copy";