diff options
author | Preston Pan <preston@nullring.xyz> | 2023-06-23 11:45:28 +0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-06-23 11:45:28 +0800 |
commit | e9a6b2006f08c3a48ab4e64d6c84a4ff4e62d411 (patch) | |
tree | a1de368ef5dd33a6773190da315eb704c95e9999 /config/qutebrowser.org | |
parent | a3fa456e28a8fc9b0720e230039083c3f8e3f7b8 (diff) |
Add a lot of new content; uses exwm now
Diffstat (limited to 'config/qutebrowser.org')
-rw-r--r-- | config/qutebrowser.org | 4 |
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() |