aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser.org
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser.org')
-rw-r--r--config/qutebrowser.org4
1 files changed, 4 insertions, 0 deletions
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()