Compare commits

...

4 Commits

Author SHA1 Message Date
584bfe2d32
conf/foot/font.ini: add commented Comic Shanns Mono-Regular
Lack of indistinguishable ÄÖÅ does prevent it from becoming my default
2023-10-09 19:16:48 +03:00
c8b797f8bb
add comic-shanns-mono as a submodule 2023-10-09 19:13:19 +03:00
bf04e77727
install: add git submodule update & init 2023-10-09 18:37:06 +03:00
7744271c14
add font configuration, mainly OpenDyslexic as a submodule 2023-10-09 14:52:15 +03:00
9 changed files with 22 additions and 0 deletions

6
.gitmodules vendored
View File

@ -4,3 +4,9 @@
[submodule "submodules/SteamDeckScreenLock"]
path = submodules/SteamDeckScreenLock
url = https://github.com/RHOPKINS13/SteamDeckScreenLock.git
[submodule "submodules/opendyslexic"]
path = submodules/opendyslexic
url = https://github.com/antijingoist/opendyslexic.git
[submodule "submodules/comic-shanns-mono"]
path = submodules/comic-shanns-mono
url = https://github.com/jesusmgg/comic-shanns-mono.git

View File

@ -1,4 +1,11 @@
# Font size 7 is comfortable on Lumina
#font=Noto Sans Mono:size=7, Noto Color Emoji
#font=Comic Shanns Mono-Regular:size=7, Noto Color Emoji
# while 10 is great on Sedric and possibly safer default
font=Noto Sans Mono:size=10, Noto Color Emoji
#font=Noto Sans Mono:size=12, Noto Color Emoji
# Zaldaryn again is using size 12
#font=Noto Sans Mono:size=10, Noto Color Emoji
#font=Comic Shanns Mono-Regular:size=12, Noto Color Emoji

View File

@ -35,6 +35,7 @@ gpg --quiet --import .mikaela/keys/*.asc &
mkdir -p ~/.ssh/sockets/
chmod a+xr chmod
bash -x ./chmod &
git submodule update --init &
if hash pre-commit 2>/dev/null; then
pre-commit init-templatedir ~/.git-template

2
local/share/fonts/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
OpenDyslexic
ComicShanns

View File

@ -0,0 +1 @@
../../../submodules/comic-shanns-mono

View File

@ -0,0 +1 @@
../../../submodules/opendyslexic/compiled/

View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
fc-cache

@ -0,0 +1 @@
Subproject commit fd24fe8b67f22523b9fbb048842740f1c7dbe346

@ -0,0 +1 @@
Subproject commit e7ac50af1aabb8cb0fbf81db105f21f81fbb5284