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/foot | |
parent | 98ddd576c3a5766d3fcace49ea105950c26cde03 (diff) |
add nixos config
Diffstat (limited to 'gentoo/.config/foot')
-rw-r--r-- | gentoo/.config/foot/foot.org | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/gentoo/.config/foot/foot.org b/gentoo/.config/foot/foot.org deleted file mode 100644 index 01d7489..0000000 --- a/gentoo/.config/foot/foot.org +++ /dev/null @@ -1,66 +0,0 @@ -#+title: Foot Settings -* Basic Settings -Use Source Code Pro with Nerd Font in size 10. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - font=SauceCodePro Nerd Font:size=10 -#+end_src - -Add 6 pixel padding around the terminal. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - pad=6x6 -#+end_src - -* URL -Use Firefox to open URLs. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - [url] - launch=firefox ${url} -#+end_src - -* Mouse -Hide the mouse when typing. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - [mouse] - hide-when-typing=yes -#+end_src - -* Colours -The colours are defined here. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - [colors] -#+end_src - -I use a slightly transparent background. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - alpha=0.9 -#+end_src - -Set my foreground and background colours. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - background=ece0c9 - foreground=191916 -#+end_src - -Set my regular 8 colours. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - regular0=191916 - regular1=ac4438 - regular2=354d52 - regular3=ba9151 - regular4=465b91 - regular5=5b5489 - regular6=4e6062 - regular7=c9ad7a -#+end_src - -Set my bright 8 colours. -#+begin_src conf :tangle ~/.config/foot/foot.ini :mkdirp yes - bright0=293c3c - bright1=d8611c - bright2=4b7b53 - bright3=d8974b - bright4=2f3d91 - bright5=735e82 - bright6=6b8f92 - bright7=ece0c9 -#+end_src |