From e9a6b2006f08c3a48ab4e64d6c84a4ff4e62d411 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Fri, 23 Jun 2023 11:45:28 +0800 Subject: Add a lot of new content; uses exwm now --- config/qutebrowser.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/qutebrowser.org') diff --git a/config/qutebrowser.org b/config/qutebrowser.org index fe70f07..7490371 100644 --- a/config/qutebrowser.org +++ b/config/qutebrowser.org @@ -92,6 +92,10 @@ Doing mundane things like setting the downloads directory to not use an upper ca #+begin_src python :tangle config.py c.downloads.location.directory = "~/downloads" #+end_src +We also want to do this for the purpose of EXWM: +#+begin_src python :tangle config.py +c.tabs.tabs_are_windows = True +#+end_src ** End of Config #+begin_src python :tangle config.py config.load_autoconfig() -- cgit