diff --git a/.config/WindowsAutoNightMode/config.yaml b/.config/WindowsAutoNightMode/config.yaml index f193526..1028a0a 100644 --- a/.config/WindowsAutoNightMode/config.yaml +++ b/.config/WindowsAutoNightMode/config.yaml @@ -51,7 +51,7 @@ Location: PollingCooldownTimeSpan: 1.00:00:00 Enabled: true UseGeolocatorService: false - SunsetOffsetMin: 0 + SunsetOffsetMin: -30 SunriseOffsetMin: 0 CustomLat: 48.856613000000003 CustomLon: 2.3522219999999998 diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 58501e0..9954f0d 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -1,4 +1,4 @@ -abbr d "explorer.exe ." +abbr d "explorer.exe \$(wslpath -w .)" abbr unison "unison ~/src ~/u_dest" abbr vs "code ." abbr wgcc x86_64-w64-mingw32-gcc diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index 8248684..5faee5b 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -137,6 +137,7 @@ "texlive-fontsextra", "texlive-publishers", "texlive-mathscience", + "texlive-plaingeneric", "sfml", "perl-yaml-tiny", "perl-file-homedir", diff --git a/wsl.sh b/wsl.sh index f0b6d77..6ef7494 100644 --- a/wsl.sh +++ b/wsl.sh @@ -38,7 +38,7 @@ function main { pulseaudio-alsa texlive-latexextra texlive-langfrench texlive-luatex \ noto-fonts jdk-openjdk texlive-fontsrecommended texlive-publishers sfml \ texlive-fontsextra perl-yaml-tiny perl-file-homedir perl-file-which \ - man-pages bottom maven fakeroot texlive-mathscience qpdf + man-pages bottom maven fakeroot texlive-mathscience qpdf texlive-plaingeneric # === Remove SU password ==