11 lines
285 B
Batchfile
Executable File
11 lines
285 B
Batchfile
Executable File
@echo off
|
|
|
|
call %userprofile%\qkomorebi.bat
|
|
|
|
# -keyhook
|
|
START "" "C:\Program Files\VcXsrv\vcxsrv.exe" -multimonitors -wgl -nodecoration +xinerama -ac -clipboard -primary
|
|
|
|
wsl --distribution Arch --user oke zsh -c "source ~/.zshrc; cd ~; i3"
|
|
|
|
call %userprofile%\komorebi.bat
|