diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:12:18 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-09-25 21:12:18 -0500 |
commit | c8d19a52e004abdeaaa73416747d9acb56984446 (patch) | |
tree | 2af8810d30588fa2ea1dc3574148b4f6a065b1cc /gentoo/.config/discord | |
parent | 98ddd576c3a5766d3fcace49ea105950c26cde03 (diff) |
add nixos config
Diffstat (limited to 'gentoo/.config/discord')
-rw-r--r-- | gentoo/.config/discord/settings.org | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gentoo/.config/discord/settings.org b/gentoo/.config/discord/settings.org deleted file mode 100644 index 725b773..0000000 --- a/gentoo/.config/discord/settings.org +++ /dev/null @@ -1,16 +0,0 @@ -#+title: Discord settings.json -There really isn't much to this. I do set =SKIP_HOST_UPDATE= to =true= though to prevent it from trying to auto-update before it appears in my operating system repositories. -#+begin_src js :tangle ~/.config/discord/settings.json :mkdirp yes - { - "IS_MAXIMIZED": false, - "IS_MINIMIZED": false, - "SKIP_HOST_UPDATE": true, - "chromiumSwitches": {}, - "WINDOW_BOUNDS": { - "x": 0, - "y": 0, - "width": 1060, - "height": 1870 - } - } -#+end_src |