Merge branch 'master' of github.com:js0ny/dotfiles

This commit is contained in:
js0ny 2024-12-19 20:32:13 +00:00
commit 123bbbe1c6
10 changed files with 61 additions and 672 deletions

View file

@ -6,8 +6,6 @@ for /f "usebackq tokens=2*" %%a in (`reg query %regPath% /v AppsUseLightTheme ^|
if "%currentMode%"=="0x1" (
reg add %regPath% /v AppsUseLightTheme /t REG_DWORD /d 0 /f >nul
echo <20><><EFBFBD>л<EFBFBD><D0BB><EFBFBD><EFBFBD><EFBFBD>ɫģʽ
) else (
reg add %regPath% /v AppsUseLightTheme /t REG_DWORD /d 1 /f >nul
echo <20><><EFBFBD>л<EFBFBD><D0BB><EFBFBD>dzɫģʽ
)

View file

@ -12,6 +12,7 @@
# dnsTunneling=true
# firewall=true
# autoProxy=true
guiApplications=true
[experimental]
# requires dnsTunneling but are also OPTIONAL

View file

@ -3,7 +3,7 @@
# Defines the interop commands between WSL and Windows
export FILE_EXPLORER="dopus.exe" # Directory Opus
export FILE_EXPLORER="explorer.exe" # Directory Opus
alias clip="clip.exe"
alias xclip="clip.exe"