From e675cd04c94fe2258ca1dfa08e73eea29a4a19dd Mon Sep 17 00:00:00 2001 From: Vlad Petrov Date: Tue, 24 Oct 2023 03:25:09 +0300 Subject: [PATCH] [qute] fullscreen inside a window --- modules/qutebrowser/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/qutebrowser/default.nix b/modules/qutebrowser/default.nix index da31277..8c55ad3 100644 --- a/modules/qutebrowser/default.nix +++ b/modules/qutebrowser/default.nix @@ -104,6 +104,7 @@ in { c.downloads.location.prompt = False c.content.notifications.enabled = False + c.content.fullscreen.window = True # Gruvbox light colours c.colors.completion.fg = '#3c3836'