From 12187f5da327a60c302fa79f2c4bf1ef9d969637 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Tue, 6 Sep 2022 13:57:39 -0400 Subject: [PATCH] Switch i3 browser to qute --- home/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/i3.nix b/home/i3.nix index f1f5e60..639159e 100644 --- a/home/i3.nix +++ b/home/i3.nix @@ -4,7 +4,7 @@ rec { modifier = "Mod1"; terminal = "kitty"; keybindings = let - browser = "firefox"; + browser = "qutebrowser"; scrot2clip = pkgs.writeShellScript "scrot2clip" "${pkgs.scrot}/bin/scrot -s - | ${pkgs.xclip}/bin/xclip -selection primary -i -t image/png"; in {